diff options
author | Duarte Duarte <dnpd.dd@gmail.com> | 2017-02-27 23:52:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-27 23:52:28 +0000 |
commit | 92420ba5bab18c1ee077c27787ab6649cad390cc (patch) | |
tree | f32faa7a352e2199146133bb40a2930444a30a40 | |
parent | 46363942c17a7b5eb638f13f2a6accaecf05273e (diff) |
Update issue_template.md
Attempt to make the issue template clearer. Let's see if it helps...
-rw-r--r-- | issue_template.md | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/issue_template.md b/issue_template.md index f759b561d5b..05f8c4e8903 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,28 +1,38 @@ -[//]: # (***************************************************************) -[//]: # (** DON'T DELETE THIS TEMPLATE ELSE YOUR ISSUE WILL BE CLOSED **) -[//]: # (***************************************************************) +[//]: # (**********************************) +[//]: # (** Fill in the following fields **) +[//]: # (**********************************) **Description:** -**Current behaviour:** (Tell us what happens.) +CHANGEME Description of the problem or issue here. -**Expected behaviour:** (Tell us what should happen instead.) +**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. -2. -3. +1. CHANGEME Step 1 +2. Step 2 +3. Step 3 + +**Branch(es):** -**Branch(es):** 3.3.5 / master (Tell us which branch(es) this issue affects.) +CHANGEME 3.3.5, master or both -**TC rev. hash/commit:** +**TC rev. hash/commit:** -**TDB version:** +CHANGEME Copy the first line of the `worldserver`, `authserver` or `bnetserver` startup. +For example: TrinityCore rev. 9b006e511bf4 2016-11-29 11:31:41 +0100 (master branch) (Win64, RelWithDebInfo, Static) (bnetserver) -**Operating system:** +**TDB version:** CHANGEME Version of the TrinityCore database +**Operating system:** CHANGEME OS [//]: # (This template is for problem reports. For other types of report, edit it accordingly.) -[//]: # (If this is a crash report, include the crashlog with https://gist.github.com/) [//]: # (For fixes containing C++, create a Pull Request.) |