modifying the templates some more
This commit is contained in:
parent
337557eb36
commit
470b19c2dd
2 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
name: Bug Report
|
||||
about: File a bug report
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
@ -17,8 +18,7 @@ body:
|
|||
attributes:
|
||||
label: What happened?
|
||||
description: Also tell us, what did you expect to happen?
|
||||
placeholder: Tell us what you see!
|
||||
value: 'A bug happened!'
|
||||
placeholder: A bug happened!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
|
@ -26,15 +26,18 @@ body:
|
|||
attributes:
|
||||
label: Reproduction steps
|
||||
description: Please provide detailed steps to reproduce the bug.
|
||||
placeholder: Tell us how to reproduce the bug!
|
||||
value: '1. Do this\n2. Do that\n3. Do this other thing\n4. Bug happens!'
|
||||
placeholder: |
|
||||
1. Do this
|
||||
2. Do that\
|
||||
3. Do this other thing\
|
||||
4. Bug happens!
|
||||
validations:
|
||||
required: false
|
||||
- type: dropdown
|
||||
id: environment
|
||||
attributes:
|
||||
label: Environment
|
||||
description: What environment type does this bug effect?
|
||||
description: What environment type(s) does this bug effect?
|
||||
options:
|
||||
- Client
|
||||
- Server
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
name: Mod Suggestion
|
||||
about: Suggest a new mod
|
||||
labels: [mod discussion]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
Reference in a new issue