diff options
author | Miran <narimiran@users.noreply.github.com> | 2018-10-19 16:52:14 +0200 |
---|---|---|
committer | Miran <narimiran@users.noreply.github.com> | 2018-10-19 16:52:14 +0200 |
commit | fc625091e0fdc816c6f092c5b86d9b5f79502431 (patch) | |
tree | a347f8a466297a6b34bfa5ec00a836e54762f093 /.github/ISSUE_TEMPLATE/feature_request.md | |
parent | cd9bc941e1315f47efd1ec567249a16347c0319a (diff) | |
download | Nim-fc625091e0fdc816c6f092c5b86d9b5f79502431.tar.gz |
Update issue templates
Create `bug report` and `feature request` templates.
Diffstat (limited to '.github/ISSUE_TEMPLATE/feature_request.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..04da773bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: You want to suggest a new feature? Use this template. + +--- + +### Summary +<!--- Short summary of your proposed feature --> + + +### Description +<!--- Describe your solution, what problem does it fix? --> + + +### Alternatives +<!--- Are there any alternatives you've considered? --> + + +### Additional Information +<!--- For Example: + A link to a project where the issue is relevant. + A link to a related issue or discussion. + --> |