diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.md (renamed from .github/ISSUE_TEMPLATE/bug_report.md) | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement-request.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/other-issue.md (renamed from .github/ISSUE_TEMPLATE/blank-issue.md) | 3 |
4 files changed, 16 insertions, 15 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 863b4a31..68ee9c86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,8 +1,8 @@ --- -name: Bug report -about: Create an issue about the extension's behavior or appearance +name: Bug Report +about: Create an issue for a bug title: '' -labels: '' +labels: kind/bug assignees: '' --- @@ -17,4 +17,4 @@ assignees: '' (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 +(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/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/blank-issue.md b/.github/ISSUE_TEMPLATE/other-issue.md index 456f3d8b..0a01aace 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/other-issue.md @@ -1,5 +1,5 @@ --- -name: Blank issue +name: Other issue about: Create an issue from scratch title: '' labels: '' @@ -7,3 +7,4 @@ assignees: '' --- + |