From 45fe3ccccfc2db9a969d2e6d258011ae96ee7d1e Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 27 Nov 2023 21:09:58 -0500 Subject: chore: fix issue templates (#21367) --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ---------- .github/ISSUE_TEMPLATE/bug_report.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature-request.yml | 8 -------- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ .github/ISSUE_TEMPLATE/other.md | 8 ++++++++ 5 files changed, 26 insertions(+), 18 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index a16c4ebbc..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: 🐛 Bug Report -about: Report an issue found in the Deno CLI. -title: '' -labels: '' -assignees: '' - ---- - -Version: Deno x.x.x diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..a16c4ebbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,10 @@ +--- +name: 🐛 Bug Report +about: Report an issue found in the Deno CLI. +title: '' +labels: '' +assignees: '' + +--- + +Version: Deno x.x.x diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 4ebeb1ed5..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: 💡 Feature Request -about: Suggest a feature for the Deno CLI. -title: '' -labels: '' -assignees: '' - ---- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..4ebeb1ed5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,8 @@ +--- +name: 💡 Feature Request +about: Suggest a feature for the Deno CLI. +title: '' +labels: '' +assignees: '' + +--- 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: '' + +--- -- cgit v1.2.3