diff options
author | 2018-10-08 12:22:16 +0200 | |
---|---|---|
committer | 2018-10-08 12:22:16 +0200 | |
commit | 2bbc0af09c2542781eaa87988920c22498fa4825 (patch) | |
tree | 81fca119b63609b44f697b7f72f4b99e6ce6b982 | |
parent | Merge pull request #19 from danieldeveloper001/feature/github_templates (diff) |
Update feature_request.md
slight improvements to the template.
-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. |