diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-03-07 00:21:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 00:21:08 +0100 |
commit | ad9a9c51a1014b7451eeb3a982c83f3af8575f23 (patch) | |
tree | d45abc493b0e3b9b1a005c0a1886b62375b83edf /issue_template.md | |
parent | 180a0269ed42ca0f2b7a9552d5422a64ecd88ca9 (diff) |
Update issue_template.md
Diffstat (limited to 'issue_template.md')
-rw-r--r-- | issue_template.md | 45 |
1 files changed, 32 insertions, 13 deletions
diff --git a/issue_template.md b/issue_template.md index 1bcd91ae766..021f74be693 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,23 +1,42 @@ -**Description**: +<!--- (**********************************) + (** Fill in the following fields **) + (**********************************) ---> -**Current behaviour**: Tell us what happens +**Description:** -**Expected behaviour**: Tell us what should happen instead +CHANGEME Description of the problem or issue here. -**Steps to reproduce the problem**: +**Current behaviour:** -1. -2. -3. +CHANGEME Tell us what happens. +If this is a crash, post the crashlog (upload to https://gist.github.com/). -**Branch(es)**: 335/6x +**Expected behaviour:** -**TC hash/commit**: +CHANGEME Tell us what should happen instead. -**TDB version**: +**Steps to reproduce the problem:** -**Operating system**: +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):** -[//]: # (This template is for problem reports, for other type of reports edit it accordingly) -[//]: # (If this is a crash report, include the crashlog with https://gist.github.com/) +Writing server debug on console will return the best results for reporting bugs (3.3.5a for now) +CHANGEME 3.3.5, master or both + +**TC rev. hash/commit:** + +CHANGEME Copy the first line of the `worldserver`, `authserver` or `bnetserver` startup. +For example: TrinityCore rev. 0000000000 2000-01-09 11:31:41 +0100 (my branch) (Win64, RelWithDebInfo, Static) (bnetserver) + +**TDB version:** CHANGEME Version of the TrinityCore database + +**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. +---> |