aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug-report.yaml
blob: 8a58fed08df69fcdd16371f6675ace2bbe0b471e (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
name: Bug Report
description: File a bug report
title: "[Bug] CHANGE ME"
labels: [ "bug" ]
body:
  - type: textarea
    id: what-happened
    attributes:
      label: What happened?
      description: Also tell us, what did you expect to happen?
      placeholder: Tell us what you see!
    validations:
      required: true
  - type: dropdown
    id: loaders
    attributes:
      label: What mod loaders are you seeing the problem on?
      description: Please select all that apply.
      multiple: true
      options:
        - Fabric
        - Forge
        - Rift
    validations:
      required: true
  - type: checkboxes
    id: types
    attributes:
      label: What do you think this bug is of?
      description: Please select all that apply.
      options:
        - label: Visual
        - label: Recipe Lookup
        - label: Cheat Mode
        - label: Plugin Integration / JEI Plugin Compatibility
        - label: Others
  - type: textarea
    id: logs
    attributes:
      label: Relevant log output
      description: Please copy and paste any relevant log output, this will be used to help diagnose the issue. Please do not use any paste services, as they may expire and be deleted.
      placeholder: You can look into `.minecraft/logs` and find the `latest.log` and `rei.log`, you can paste them here.
      render: shell
    validations:
      required: true
  - type: textarea
    attributes:
      label: Anything else?
      description: |
        Links? References? Anything that will give us more context about the issue you are encountering!

        Tip: You can attach images or additional log files by clicking this area to highlight it and then dragging files in.
  - type: markdown
    attributes:
      value: |
        Before submitting a bug report, please make sure that this issue has not already been reported. You can use the search feature to find existing issues.

        Thanks for taking the time to fill out this bug report!
  - type: checkboxes
    id: logs-confirm
    attributes:
      label: By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
      options:
        - label: Yes, and I did not use any paste services other than GitHub Gists.
          required: true
  - type: checkboxes
    id: updates
    attributes:
      label: By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
      options:
        - label: 'Yes'
          required: true