From a2ff44f0fda0d4920cc96fa7a9a6ddc37def0cf2 Mon Sep 17 00:00:00 2001 From: Straithe Date: Sun, 28 Aug 2022 18:07:52 -0400 Subject: [PATCH] converted issue templates to .yml instead of .md (#1143) --- .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yml} | 0 .../ISSUE_TEMPLATE/{feature-request.md => feature-request.yml} | 0 .github/ISSUE_TEMPLATE/{question.md => question.yml} | 0 .../{technical-support.md => technical-support.yml} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename .github/ISSUE_TEMPLATE/{bug-report.md => bug-report.yml} (100%) rename .github/ISSUE_TEMPLATE/{feature-request.md => feature-request.yml} (100%) rename .github/ISSUE_TEMPLATE/{question.md => question.yml} (100%) rename .github/ISSUE_TEMPLATE/{technical-support.md => technical-support.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.md rename to .github/ISSUE_TEMPLATE/bug-report.yml diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request.md rename to .github/ISSUE_TEMPLATE/feature-request.yml diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/question.md rename to .github/ISSUE_TEMPLATE/question.yml diff --git a/.github/ISSUE_TEMPLATE/technical-support.md b/.github/ISSUE_TEMPLATE/technical-support.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/technical-support.md rename to .github/ISSUE_TEMPLATE/technical-support.yml