aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report-template.md3
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.md34
-rw-r--r--.github/ISSUE_TEMPLATE/feature-enhancement.md32
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.md28
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md19
-rw-r--r--.github/ISSUE_TEMPLATE/new-feature.md32
6 files changed, 129 insertions, 19 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report-template.md b/.github/ISSUE_TEMPLATE/bug-report-template.md
index 6c03fc5a..7d7ee339 100644
--- a/.github/ISSUE_TEMPLATE/bug-report-template.md
+++ b/.github/ISSUE_TEMPLATE/bug-report-template.md
@@ -1,6 +1,9 @@
---
name: Bug Report Template
about: A simple bug report template.
+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..ad15530b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug-report.md
@@ -0,0 +1,34 @@
+---
+name: Bug Report
+about: Issues for reporting bugs with the bot.
+title: ''
+labels: 'type: bug'
+assignees: ''
+
+---
+
+## Description
+<!-- Describe the bug you've found -->
+
+
+## Steps to Reproduce
+<!-- Detail the exact list of steps to be able to encounter the bug -->
+
+
+## Expected Behavior
+<!-- Outline what you expect to occur, include screenshots if relevant -->
+
+
+## Actual Behavior
+<!-- Outline what occurs instead of the expected behaviour, include screenshots if relevant -->
+
+
+## Known Impacted Platforms
+<!-- Replace [ ] with [x] to mark items. -->
+- [ ] Web
+- [ ] Desktop
+- [ ] Android App
+- [ ] iOS App
+
+## Additional Details
+<!-- Delete this section if not applicable. -->
diff --git a/.github/ISSUE_TEMPLATE/feature-enhancement.md b/.github/ISSUE_TEMPLATE/feature-enhancement.md
new file mode 100644
index 00000000..2d48043b
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-enhancement.md
@@ -0,0 +1,32 @@
+---
+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 -->
+
+
+## Possible Alternatives
+<!-- List any possible alternatives to your proposed implementation -->
+
+
+## Possible Issues
+<!-- Outline any possible issues the enhancement might present -->
+
+
+## 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-request.md b/.github/ISSUE_TEMPLATE/feature-request.md
new file mode 100644
index 00000000..7e85a1ab
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature-request.md
@@ -0,0 +1,28 @@
+---
+name: Feature Request
+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 -->
+
+
+## Possible Issues
+<!-- Outline any possible issues the feature might present -->
+
+
+## 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/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 04d31a5d..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-name: Feature request
-about: A simple feature request template.
-
----
-
-Provide a simple description of how the feature would work. This should not include technical details, but should instead be a high level description of how the user experience would be when you used this feature.
-
-## Implementation details
-
-List the changes required for the implementation here.
-
-- [ ] Write the bot command
-- [ ] Add the command to our README.md
-- [ ] etc.
-
-## Additional information
-
-Provide any additional information or clarifications here.
diff --git a/.github/ISSUE_TEMPLATE/new-feature.md b/.github/ISSUE_TEMPLATE/new-feature.md
new file mode 100644
index 00000000..0fe933fc
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/new-feature.md
@@ -0,0 +1,32 @@
+---
+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 -->
+
+
+## Possible Alternatives
+<!-- List any possible alternatives to your proposed implementation -->
+
+
+## Possible Issues
+<!-- Outline any possible issues the feature might present -->
+
+
+## Would you like to reserve implementing it?
+- [ ] I'd like to implement the feature
+- [ ] Anyone can implement the feature