blob: c5be7ab73539b580a6ff03b50e8b8a3e4f433d06 (
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
|
name: Bug Report
description: File a bug report
labels: "bug"
body:
- type: markdown
attributes:
value: Before raising an issue, please search for existing issues to avoid creating duplicates. For questions and support please use [Discord](https://polyfrost.cc/discord).
- type: textarea
id: bug-description
attributes:
label: Bug description
description: Summarize the bug encountered concisely
validations:
required: true
- type: textarea
id: version-data
description: The version data e.g: Minecraft 2.10.2, OneConfig v0.1-alpha, Windows 12, etc.
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Describe the steps to reproduce the issue
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected behavior
description: Describe what you should see instead
- type: textarea
id: example-repository
attributes:
label: Example repository
description: If possible, please create an [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug and link it here in the bug report
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: Let us know if you have any additional feedback!
|