diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-18 08:26:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-18 08:26:45 +0000 |
commit | 5600d806fbc0339d629501b45b09f8fc7f64e260 (patch) | |
tree | 3d72a01b4392c79b0f67a2901d0ae16d860645c0 /.github | |
parent | 90fd0a12faf8fb2f0129db297b81e23b45d577c7 (diff) | |
parent | b338a0cefbf2b5396de43e86837a1fbf323cf06b (diff) |
Merge #325
325: Update feature request templates r=48d90782 a=48d90782
resolves #325
Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github')
-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. |