mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
45 lines
1.1 KiB
YAML
45 lines
1.1 KiB
YAML
name: "Bug Report"
|
|
description: "Report an issue"
|
|
labels: "bug"
|
|
body:
|
|
- type: textarea
|
|
id: buggy-behaviour
|
|
attributes:
|
|
label: What happened?
|
|
description: A clear and concise description of what you expected to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: reproduction
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behaviour.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '.....'
|
|
4. See error......
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: game
|
|
attributes:
|
|
label: Game
|
|
multiple: true
|
|
options:
|
|
- Cardlife
|
|
- Robocraft
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: extras
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Screenshots? Operating System? Version?
|
|
Please include the log (in your Robocraft folder, `outputLog#.txt` where `#` is a digit 0 through 9).
|
|
|
|
Tip: You can attach files by clicking this area to highlight it and then dragging them in.
|
|
validations:
|
|
required: false
|