Skip to content

Commit

Permalink
Update bug-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDyna authored Dec 6, 2024
1 parent 53edb74 commit 9748dbb
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,20 @@ body:
required: true
- label: I'am using the latest version of this project released
required: true


- type: dropdown
id: environment
attributes:
label: Environment
description: Blup Blup , We are on deep !
options:
- Singleplayer/Local | NO LAN
- Multiplayer | LAN
- Multiplayer | Dedicated server
validations:
required: true


- type: input
id: text-box
attributes:
Expand All @@ -27,9 +39,17 @@ body:
- type: textarea
id: large-text-box
attributes:
label: Large Text Box
description: desc-large-box
placeholder: example
label: Description
description: Describe what happen
placeholder:
validations:
required: true


- type: textarea
id: large-text-box-2
attributes:
label: How to reproduce
description: All steps to reproduce this issue
placeholder:
validations:
required: false

0 comments on commit 9748dbb

Please sign in to comment.