From 92420ba5bab18c1ee077c27787ab6649cad390cc Mon Sep 17 00:00:00 2001 From: Duarte Duarte Date: Mon, 27 Feb 2017 23:52:28 +0000 Subject: Update issue_template.md Attempt to make the issue template clearer. Let's see if it helps... --- issue_template.md | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'issue_template.md') 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.) -- cgit v1.2.3