diff options
author | Valery Piashchynski <[email protected]> | 2020-05-17 17:27:56 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-17 17:27:56 +0300 |
commit | b338a0cefbf2b5396de43e86837a1fbf323cf06b (patch) | |
tree | 1b4e54b7cb1b46148b5fbb74d31166cd52f1bfef | |
parent | 8fd8356ef1cb9b7602e511cf0d59964cdbbe5dbe (diff) |
Update feature request templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..65ac962a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE REQUEST]" +labels: C-feature-request +assignees: 48d90782, vvval, wolfy-j + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. |