No placeholder

This commit is contained in:
PikaMug 2021-12-26 08:02:52 -05:00
parent cc646478f0
commit 359e03837c
1 changed files with 4 additions and 6 deletions

View File

@ -1,6 +1,6 @@
name: Report a bug name: Report a bug
description: when something isn't working right. description: when something isn't working right.
labels: bug labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
@ -15,17 +15,15 @@ body:
required: true required: true
- type: 'textarea' - type: 'textarea'
attributes: attributes:
label: 'Describe the problem and how to replicate it. Any console errors to post _using a paste service_?' label: 'Describe the problem and how to replicate it. Any console errors to share?'
description: 'Popular services include Pastebin and Hastebin.' description: 'Paste the error into the field below.'
placeholder: 'A problem I found is...'
render: shell render: shell
validations: validations:
required: true required: true
- type: 'textarea' - type: 'textarea'
attributes: attributes:
label: 'If applicable, can you provide an example quest from quests.yml _using a paste service_?' label: 'If applicable, can you provide an example quest from quests.yml?'
description: 'Do not upload the file itself.' description: 'Do not upload the file itself.'
placeholder: 'A problem I found is...'
render: shell render: shell
validations: validations:
required: false required: false