From 35f2a0a3f7127c63ac9f329db2672d53dbe5613f Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Fri, 10 Mar 2023 13:49:19 +0900 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/blank-issue.md | 9 --------- .github/ISSUE_TEMPLATE/bug-report.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 20 -------------------- .github/ISSUE_TEMPLATE/enhancement-request.md | 10 ++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 10 ---------- .github/ISSUE_TEMPLATE/other-issue.md | 10 ++++++++++ 6 files changed, 40 insertions(+), 39 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/blank-issue.md create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement-request.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/other-issue.md diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md deleted file mode 100644 index 456f3d8b..00000000 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: Blank issue -about: Create an issue from scratch -title: '' -labels: '' -assignees: '' - ---- - diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..68ee9c86 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Create an issue for a bug +title: '' +labels: kind/bug +assignees: '' + +--- + +**Description** +(Describe what the issue is, if it is reproducible, and if possible, how to reproduce it.) + +**Browser version** +(e.g. Firefox 83.0) + +**Yomichan version** +(e.g. 20.11.1.1) + +**Exported settings file** +(If you think it might be relevant, create a settings export file using the _Export Settings_ button on the settings page; zip or rename the resulting file to .txt to attach to the issue.) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 863b4a31..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Bug report -about: Create an issue about the extension's behavior or appearance -title: '' -labels: '' -assignees: '' - ---- - -**Description** -(Describe what the issue is, if it is reproducible, and if possible, how to reproduce it.) - -**Browser version** -(e.g. Firefox 83.0) - -**Yomichan version** -(e.g. 20.11.1.1) - -**Exported settings file** -(If you think it might be relevant, create a settings export file using the _Export Settings_ button on the settings page; zip or rename the resulting file to .txt to attach to the issue.) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.md b/.github/ISSUE_TEMPLATE/enhancement-request.md new file mode 100644 index 00000000..b4013029 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement-request.md @@ -0,0 +1,10 @@ +--- +name: Enhancement Request +about: Create an issue suggesting a new feature or change +title: '' +labels: kind/enhancement +assignees: '' + +--- + +(Describe the feature or change) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index c9911278..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Feature request -about: Create an issue suggesting a new feature or change -title: "[Feature Request]" -labels: '' -assignees: '' - ---- - -(Describe the feature or change) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/other-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md new file mode 100644 index 00000000..0a01aace --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -0,0 +1,10 @@ +--- +name: Other issue +about: Create an issue from scratch +title: '' +labels: '' +assignees: '' + +--- + + -- cgit v1.2.3