Quests/.github/ISSUE_TEMPLATE/bug_report.yml

32 lines
1.1 KiB
YAML
Raw Normal View History

2018-12-31 20:56:05 +01:00
name: Report a bug
2021-12-26 13:54:31 +01:00
description: when something isn't working right.
2020-01-18 02:15:47 +01:00
labels: bug
2021-12-26 13:54:31 +01:00
body:
- type: markdown
attributes:
value: |
Thanks for submitting a bug report! Please answer the following questions:
- type: 'textarea'
attributes:
label: 'What is your Quests version / build number (do _not_ say "latest")?'
description: 'You can find this using the `/quests info` command.'
placeholder: 'The version used is...'
validations:
required: true
- type: 'textarea'
attributes:
label: 'Describe the problem and how to replicate it. Any console errors to post _using a paste service_?'
description: 'Popular services include Pastebin and Hastebin.'
placeholder: 'A problem I found is...'
2021-12-26 14:00:38 +01:00
render: shell
2021-12-26 13:54:31 +01:00
validations:
required: true
- type: 'textarea'
attributes:
label: 'If applicable, can you provide an example quest from quests.yml _using a paste service_?'
description: 'Do not upload the file itself.'
placeholder: 'A problem I found is...'
2021-12-26 14:00:38 +01:00
render: shell
2021-12-26 13:54:31 +01:00
validations:
required: false