46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
name: Bug Report w/ BETA form
|
|
description: Report a bug for Basalt (Using BETA form)!
|
|
title: "bug: [TITLE]"
|
|
labels: ["bug"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- 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!
|
|
value: "A bug happened!"
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: ccversion
|
|
attributes:
|
|
label: Computercraft client
|
|
description: What ComputerCraft client are you using?
|
|
options:
|
|
- Ingame (Default)
|
|
- CraftOSPC
|
|
- CCemux
|
|
- CopyCat
|
|
- other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output, for example the error. This will be automatically formatted into code, so no need for backticks.
|
|
render: shell
|
|
- type: checkboxes
|
|
id: latest
|
|
attributes:
|
|
label: Latest Basalt Version
|
|
description: We only provide support for the latest version of Basalt!
|
|
options:
|
|
- label: I use the latest stable version
|
|
required: true
|