diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-09-09 17:02:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 17:02:02 +0200 |
commit | 52dc0c1b7e0139c31d5bf04cd1f69329d4204a67 (patch) | |
tree | a8cc85033cb5b7a2db6f062811fc9764736c00cb /.github/ISSUE_TEMPLATE | |
parent | ebfb4b4cea178aa427f3f07d6b7035b0f6c5aca3 (diff) |
docs(issue_template): add template for feature requests (#3207)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..765069383a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,35 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: 'Feature: ' +labels: Suggestion +assignees: '' + +--- + +<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> + +<!-- This template is made for feature requests or suggestions on the project only. --> + +**Describe your feature request or suggestion in detail** +<!-- A clear and concise description of what you want to happen. --> + +**Describe a possible solution to your Feature or Suggestion in detail** +<!-- 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. --> + + +<!-- ------------------------- THE END ------------------------------ +Thank you for your contribution. +If you use AzerothCore regularly, we really NEED your help to: + - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) + - Report issues + - Improve the documentation/wiki +With your help, the project can evolve much quicker! +--> + + +<!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ +--> |