diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2019-04-03 15:19:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-03 15:19:29 +0200 |
commit | 4ddaa6cf69c5f9e2c032c99541d29c7d39d4fb94 (patch) | |
tree | d6dc9866726c0148fa4e4df17c2356bf6d9461c4 /.github | |
parent | 81dd8574bb250803b02d57b4297260a945d3352b (diff) |
Update issue templates
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 47 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 30 |
2 files changed, 77 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..2bcf554379d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +<!--- (**********************************) + (** Fill in the following fields **) + (**********************************) ---> + +**Description:** + +CHANGEME Description of the problem or issue here. + +**Current behaviour:** + +CHANGEME Tell us what happens. +If this is a crash, post the crashlog (upload to https://gist.github.com/). + +**Expected behaviour:** + +CHANGEME Tell us what should happen instead. + +**Steps to reproduce the problem:** + +1. CHANGEME Step 1 include entries of affected creatures / items / quests with a link to the relevant wowhead page. +2. Step 2 +3. Step 3 + +**Branch(es):** + +CHANGEME 3.3.5, master or both + +**TC rev. hash/commit:** + +CHANGEME Copy the result of server debug command (if you need to run it from client get prat addon) + +**Operating system:** CHANGEME OS + + +<!--- Notes +- This template is for problem reports. For other types of report, edit it accordingly. +- For fixes containing C++ changes, create a Pull Request. +---> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..7b5b22c5a90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Priority-FutureFeatureRequest +assignees: '' + +--- + +<!--- (**********************************) + (** Fill in the following fields **) + (**********************************) ---> + +**Description:** + +CHANGEME Description of the problem or issue here. + +**Current behaviour:** + +CHANGEME Tell us what happens. + + +**Expected behaviour:** + +CHANGEME Tell us your suggestion + + +**TC rev. hash/commit:** + +CHANGEME Copy the result of server debug command (if you need to run it from client get prat addon) |