From ae3a38ba8f524406c0b0c4f4fa85313f87ff0f40 Mon Sep 17 00:00:00 2001 From: scragly <29337040+scragly@users.noreply.github.com> Date: Fri, 13 Dec 2019 18:48:50 +1000 Subject: Merge enhancement and new feature into a single "feature" issue. --- .github/ISSUE_TEMPLATE/bug-report.md | 13 ++++++----- .github/ISSUE_TEMPLATE/feature-enhancement.md | 30 -------------------------- .github/ISSUE_TEMPLATE/feature.md | 31 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/new-feature.md | 30 -------------------------- 4 files changed, 39 insertions(+), 65 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature-enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md delete mode 100644 .github/ISSUE_TEMPLATE/new-feature.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 5f257f12..1299a9a7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -24,22 +24,25 @@ assignees: '' ## Known Impacted Platforms - + + - [ ] Web - [ ] Desktop - [ ] Android App - [ ] iOS App ## Possible Solutions - + ## Additional Details - + ## Would you like to implement a fix? -***Note: For high/critical priority bugs, fixes may be implemented immediately by staff.*** - + +***Note: For high-priority or critical bugs, fixes may be implemented by staff.*** + + - [ ] I'd like to implement the bug fix - [ ] Anyone can implement the bug fix diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md deleted file mode 100644 index 9a13f822..00000000 --- a/.github/ISSUE_TEMPLATE/feature-enhancement.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: Feature Enhancement -about: Issues that build on or change an existing feature of the bot. -title: '' -labels: 'status: planning, type: enhancement' -assignees: '' - ---- - -## Description - - - -## Reasoning - - - -## Proposed Implementation - - - -## Additional Details - - - - -## Would you like to reserve implementing it? - -- [ ] I'd like to implement the enhancement -- [ ] Anyone can implement the enhancement diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000..3e68a957 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,31 @@ +--- +name: Feature +about: Issues for requesting feature changes or additions. +title: '' +labels: 'status: planning, type: feature' +assignees: '' + +--- + +## Description + + + +## Reasoning + + + +## Proposed Implementation + + + +## Additional Details + + + + +## Would you like to reserve implementing it? + + +- [ ] I'd like to implement the feature +- [ ] Anyone can implement the feature diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md deleted file mode 100644 index 0ddb8880..00000000 --- a/.github/ISSUE_TEMPLATE/new-feature.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -name: New Feature -about: Issues for requesting new features on the bot. -title: '' -labels: 'status: planning, type: feature' -assignees: '' - ---- - -## Description - - - -## Reasoning - - - -## Proposed Implementation - - - -## Additional Details - - - - -## Would you like to reserve implementing it? - -- [ ] I'd like to implement the feature -- [ ] Anyone can implement the feature -- cgit v1.2.3