From 45fe3ccccfc2db9a969d2e6d258011ae96ee7d1e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 27 Nov 2023 21:09:58 -0500 Subject: [PATCH] chore: fix issue templates (#21367) --- .github/ISSUE_TEMPLATE/{bug-report.yml => bug_report.md} | 0 .../{feature-request.yml => feature_request.md} | 0 .github/ISSUE_TEMPLATE/other.md | 8 ++++++++ 3 files changed, 8 insertions(+) rename .github/ISSUE_TEMPLATE/{bug-report.yml => bug_report.md} (100%) rename .github/ISSUE_TEMPLATE/{feature-request.yml => feature_request.md} (100%) create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug-report.yml rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature-request.yml rename to .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 0000000000..dee41cff71 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -0,0 +1,8 @@ +--- +name: Other +about: Something that doesn't fall in the other categories. +title: '' +labels: '' +assignees: '' + +---