summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/aa_game_issues.yml
blob: 6c6625105e3b76374eff52a18e2a672cd6d0ee2a (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
name: Game issues
description: Create a bug report to help us improve.
body:
  - type: markdown
    attributes:
      value: |
        Thank you for taking the time to fill out a bug report. Remember to fill out all fields including the title above. 
        An issue that is not properly filled out will be closed. 
        You can read more about the standards for a bug report [here](https://www.azerothcore.org/wiki/issue-tracker-standards).
  - type: textarea
    id: current
    attributes:
      label: Current Behaviour
      description: |
        Description of the problem or issue here.
        Include entries of affected creatures / items / quests / spells etc.
        Never upload files! Use GIST for text and YouTube for videos!
    validations:
      required: true
  - type: textarea
    id: expected
    attributes:
      label: Expected Behaviour
      description: |
        Tell us what should happen instead.
    validations:
      required: true
  - type: textarea
    id: source
    attributes:
      label: Source
      description: |
        If you have a source that proves how it is supposed to work, please add that to make it easier for devs to fix the issue.
    validations:
      required: false
  - type: textarea
    id: reproduce
    attributes:
      label: Steps to reproduce the problem
      description: |
        What does someone else need to do to encounter the same bug?
      placeholder: |
        1. Step 1
        2. Step 2
        3. Step 3
    validations:
      required: true
  - type: textarea
    id: extra
    attributes:
      label: Extra Notes
      description: |
        Do you have any extra notes that can help solve the issue that does not fit any other field?
      placeholder: |
        None
    validations:
      required: false
  - type: textarea
    id: commit
    attributes:
      label: AC rev. hash/commit
      description: |
        Paste the entire output result of the `.server debug` command. (If you need to run it from the client get a prat addon)
      placeholder: |
        Paste the entire output result of the `.server debug` command. (If you need to run it from the client get a prat addon)
    validations:
      required: true
  - type: input
    id: os
    attributes:
      label: Operating system
      description: |
        The Operating System the Server is running on.
        i.e. Windows 11 x64, Debian 10 x64, macOS 12, Ubuntu 20.04
    validations:
      required: true
  - type: textarea
    id: custom
    attributes:
      label: Custom changes or Modules
      description: |
        List which custom changes or modules you have applied, i.e. Eluna module, etc.
      placeholder: |
        None
    validations:
      required: false
  - type: markdown
    attributes:
      value: |
        Thank you for your contribution.
        If you use AzerothCore regularly, we really NEED your help to:
        - Test our fixes: https://www.azerothcore.org/wiki/How-to-test-a-PR
        - Report issues or suggestions: https://github.com/azerothcore/azerothcore-wotlk/issues/new/choose
        - Improve the documentation/wiki: https://www.azerothcore.org/wiki/home
        With your help, the project can evolve much quicker!