diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-11-27 21:09:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-28 02:09:58 +0000 |
commit | 45fe3ccccfc2db9a969d2e6d258011ae96ee7d1e (patch) | |
tree | 19ba6297e54b2011b7416a6ad7ea774921a6bf83 | |
parent | 4a2672bc29f878eea5ed2310806d630c270c6990 (diff) |
chore: fix issue templates (#21367)
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md (renamed from .github/ISSUE_TEMPLATE/bug-report.yml) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md (renamed from .github/ISSUE_TEMPLATE/feature-request.yml) | 0 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other.md | 8 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug_report.md index a16c4ebbc..a16c4ebbc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature_request.md index 4ebeb1ed5..4ebeb1ed5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.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 000000000..dee41cff7 --- /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: '' + +--- |