Files
Meteor-Rejects/.github/ISSUE_TEMPLATE/bug.yml
2021-09-11 07:30:35 +02:00

68 lines
1.4 KiB
YAML

name: Bug
description: Report a bug or an issue with Rejects.
title: '[Bug] '
labels: bug
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the issue is.
validations:
required: true
- type: textarea
id: reproducing
attributes:
label: Steps to reproduce
description: How do you trigger this bug?
value: |
1.
2.
3.
...
render: plaintext
validations:
required: true
- type: dropdown
id: operating-systems
attributes:
label: Operating System
options:
- macOS
- Windows
- Linux
validations:
required: true
- type: input
id: rejects-version
attributes:
label: Rejects Version
description: You can put commit hash of the version of meteor rejects you are using.
validations:
required: false
- type: input
id: meteor-version
attributes:
label: Meteor Version
validations:
required: true
- type: input
id: mc-version
attributes:
label: Minecraft Version
validations:
required: true
- type: textarea
id: mods
attributes:
label: Other mods
description: What other mods you may be using?
value: |
1.
2.
3.
...
render: plaintext
validations:
required: false