diff options
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f0d1d9c0..bff367e9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,21 +4,16 @@ about: A simple feature request template. --- -## Description +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. -[provide a simple description of the feature request] +## Implementation details -## Reason +List the changes required for the implementation here. -- [replace with a reason] -- [replace with a reason] -- [replace with a reason] - -## Required Changes - -- [replace with a change] -- [replace with a change] -- [replace with a change] +- [ ] Write the bot command +- [ ] Add the command to our README.md +- [ ] etc. ## Other -[provide any additional details that can be helpful] + +Provide any additional information or clarifications here. |