modifying the templates some more
All checks were successful
Autotagger / Autotagger (push) Successful in 5s
Build / Export Files (push) Successful in 6s
Build / Documentation (push) Successful in 18s

This commit is contained in:
SeaswimmerTheFsh 2024-03-23 15:04:16 -04:00
parent 337557eb36
commit 470b19c2dd
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 9 additions and 5 deletions

View file

@ -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

View file

@ -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: