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
|
name: Bug Report
|
||||||
about: File a bug report
|
about: File a bug report
|
||||||
|
labels: [bug]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -17,8 +18,7 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: What happened?
|
label: What happened?
|
||||||
description: Also tell us, what did you expect to happen?
|
description: Also tell us, what did you expect to happen?
|
||||||
placeholder: Tell us what you see!
|
placeholder: A bug happened!
|
||||||
value: 'A bug happened!'
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
@ -26,15 +26,18 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Reproduction steps
|
label: Reproduction steps
|
||||||
description: Please provide detailed steps to reproduce the bug.
|
description: Please provide detailed steps to reproduce the bug.
|
||||||
placeholder: Tell us how to reproduce the bug!
|
placeholder: |
|
||||||
value: '1. Do this\n2. Do that\n3. Do this other thing\n4. Bug happens!'
|
1. Do this
|
||||||
|
2. Do that\
|
||||||
|
3. Do this other thing\
|
||||||
|
4. Bug happens!
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: environment
|
id: environment
|
||||||
attributes:
|
attributes:
|
||||||
label: Environment
|
label: Environment
|
||||||
description: What environment type does this bug effect?
|
description: What environment type(s) does this bug effect?
|
||||||
options:
|
options:
|
||||||
- Client
|
- Client
|
||||||
- Server
|
- Server
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
name: Mod Suggestion
|
name: Mod Suggestion
|
||||||
about: Suggest a new mod
|
about: Suggest a new mod
|
||||||
|
labels: [mod discussion]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Reference in a new issue