aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug-report.yml
blob: 652337242ac4311d05eccdc1a932775ae35e7809 (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
name: Bug Report
description: Report issues/unexpected behaviour with Quests
labels: ['bug', 'status: needs investigating']
body:
  - type: markdown
    attributes:
      value: |
        Before reporting an issue here, please make sure you are on the latest version of Quests.
  - type: textarea
    attributes:
      label: Description of Bug
      description: Describe what went wrong, and what the expected behaviour was.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Steps to Reproduce
      description: |
        Describe any steps or details intructions to reproduce this bug.
        Your answer may include any screenshots or videos, or may list steps.
    validations:
      required: true
  - type: textarea
    attributes:
      label: Environment
      description: |
        State the Minecraft version and server software this bug is present on.
        You can identify your server software by running `/version`, and your Quests version by running `/version Quests`.
      value: |
          - Minecraft version:
          - Server software:
          - Quests version:
  - type: checkboxes
    attributes:
      label: Agreements
      description: Please agree to the following.
      options:
        - label: I am running the latest version of Quests
          required: true
        - label: I am certain this issue is unique and a similar issue is not currently open
          required: true
        - label: I am using a version of Minecraft which is supported by Quests
          required: true
  - type: textarea
    attributes:
      label: Other
      description: |
        Please include other helpful information below.
        This field is not required.
    validations:
      required: false
  - type: markdown
    attributes:
      value: |
        Thank you for taking your time to file this bug report.