aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md13
-rw-r--r--.github/ISSUE_TEMPLATE/feature-enhancement.md30
-rw-r--r--.github/ISSUE_TEMPLATE/feature.md31
-rw-r--r--.github/ISSUE_TEMPLATE/new-feature.md30
4 files changed, 39 insertions, 65 deletions
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
-<!-- Replace [ ] with [x] to mark items. -->
+<!-- Replace [ ] with [x] to mark items -->
+
- [ ] Web
- [ ] Desktop
- [ ] Android App
- [ ] iOS App
## Possible Solutions
-<!-- Detail any solutions you might have in mind to be able to resolve the bug. -->
+<!-- Detail any solutions you might have in mind to be able to resolve the bug -->
## Additional Details
-<!-- Delete this section if not applicable. -->
+<!-- Delete this section if not applicable -->
## Would you like to implement a fix?
-***Note: For high/critical priority bugs, fixes may be implemented immediately by staff.***
-<!-- Replace [ ] with [x] with your choice. -->
+
+***Note: For high-priority or critical bugs, fixes may be implemented by staff.***
+<!-- Replace [ ] with [x] with your choice -->
+
- [ ] 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
-<!-- Describe the enhancement you're suggesting -->
-
-
-## Reasoning
-<!-- Why would the enhancement be a useful addition to the community -->
-
-
-## Proposed Implementation
-<!-- If you had a way to implement it in mind, describe it here, including any concept screenshots if possible -->
-
-
-## Additional Details
-<!-- If alternate implementations were considered, add them here. -->
-<!-- Delete this section if not applicable. -->
-
-
-## Would you like to reserve implementing it?
-<!-- Replace [ ] with [x] with your choice. -->
-- [ ] 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
+<!-- Describe your proposal in detail -->
+
+
+## Reasoning
+<!-- Outline how the proposal would be useful to the community -->
+
+
+## Proposed Implementation
+<!-- Detail any implementation you had in mind, including any screenshots if possible -->
+
+
+## Additional Details
+<!-- If alternate implementations were considered, add them here -->
+<!-- Delete this section if there are no details to add -->
+
+
+## Would you like to reserve implementing it?
+<!-- Replace [ ] with [x] with your choice -->
+
+- [ ] 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
-<!-- Describe the feature you'd like to see added -->
-
-
-## Reasoning
-<!-- Why would the feature be a useful addition to the community -->
-
-
-## Proposed Implementation
-<!-- If you had a way to implement the feature in mind, describe it here, including any command signatures and concept screenshots if possible -->
-
-
-## Additional Details
-<!-- If alternate implementations were considered, add them here. -->
-<!-- Delete this section if not applicable. -->
-
-
-## Would you like to reserve implementing it?
-<!-- Replace [ ] with [x] with your choice. -->
-- [ ] I'd like to implement the feature
-- [ ] Anyone can implement the feature