summaryrefslogtreecommitdiff
path: root/docs/issue-tracker-standards.md
blob: 44e1dda6367af58dd8289c4d2e9065becb9779dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Issue Tracker Standards

[>> Issue Tracker](https://github.com/azerothcore/azerothcore-wotlk/issues)

**Always search for existing issues before you report your problem or incident.**

**All reports are public. Never leave passwords or other confidential information visible in your report.**

### Self Checklist

- Am I using the latest version/revision of AzerothCore? Do you need to update and test again before reporting?

- Am I using any custom modifications to the database or core that could cause the issue?

- Am I using any module that could cause the issue?

- Did I include which **revision/hash/commit** I am on?

- Did I include which database **version** I am using?

- Did I include which operating system I am using?

- Did I include steps to reproduce the issue?

- Did I explain what is wrong and what is the expected behavior?

- Did I only report one bug per issue?

Issue template:

```
[//]: # (IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE)
[//]: # (You should always read how to properly fill out the bug report before continuing. https://www.azerothcore.org/wiki/issue-tracker-standards)
[//]: # (For issues containing a fix, please create a Pull Request following this tutorial: https://www.azerothcore.org/wiki/How-to-create-a-PR)

**CURRENT BEHAVIOUR:**
[//]: # (If this is a crash report you should post the crashlog. Upload it to https://gist.github.com/)

**EXPECTED BLIZZLIKE BEHAVIOUR:**
[//]: # (What should happen instead)

**SOURCE:**
[//]: # (If you can, include a source that can strengthen your claim)

**STEPS TO REPRODUCE THE PROBLEM:**
[//]: # (Describe in a detailed step-by-step order how to reproduce the issue)

1. 
2. 
3. 

**EXTRA NOTES:**
[//]: # (Any extra notes that can help solve the issue)

**AC HASH/COMMIT:**
[//]: # (Always include the exact hash/commit you are using. Never write "latest"!) 

**OPERATING SYSTEM:**
[//]: # (Which OS are you running)

**MODULES:**
[//]: # (Are you using any modules? List them here)

**CUSTOMIZATIONS:**
[//]: # (Do you have any other customizations? List them here)
```

[>> Issue Tracker](https://github.com/azerothcore/azerothcore-wotlk/issues)