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.
|
2021-12-26 14:02:52 +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:
|
2022-04-07 22:07:42 +02:00
|
|
|
label: 'What is your Quests version / build number (do *not* say "latest")?'
|
2021-12-26 13:54:31 +01:00
|
|
|
description: 'You can find this using the `/quests info` command.'
|
|
|
|
placeholder: 'The version used is...'
|
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-26 14:06:07 +01:00
|
|
|
- type: 'textarea'
|
|
|
|
attributes:
|
|
|
|
label: 'Describe the problem and how to replicate it.'
|
|
|
|
description: 'Be as detailed as possible.'
|
|
|
|
placeholder: "What happened was..."
|
|
|
|
validations:
|
|
|
|
required: true
|
2021-12-26 13:54:31 +01:00
|
|
|
- type: 'textarea'
|
|
|
|
attributes:
|
2021-12-26 14:11:14 +01:00
|
|
|
label: 'Any console errors to share?'
|
|
|
|
description: 'Paste into the field below.'
|
2021-12-26 14:00:38 +01:00
|
|
|
render: shell
|
2021-12-26 13:54:31 +01:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: 'textarea'
|
|
|
|
attributes:
|
2021-12-26 14:02:52 +01:00
|
|
|
label: 'If applicable, can you provide an example quest from quests.yml?'
|
2021-12-26 13:54:31 +01:00
|
|
|
description: 'Do not upload the file itself.'
|
2022-04-25 23:01:47 +02:00
|
|
|
render: yaml
|
2021-12-26 13:54:31 +01:00
|
|
|
validations:
|
|
|
|
required: false
|