Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lab3 authored May 6, 2023
1 parent 3e6c712 commit 1dbf280
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ body:
3. Note [issue] with [something]
validations:
required: true
- type: dropdown
id: run-type
attributes:
label: Server Type
description: Are you running minecraft in single player or dedicated server?
options:
- Single Player
- Dedicated Server
validations:
required: true
- type: input
id: crashlog
attributes:
Expand All @@ -52,16 +62,6 @@ body:
placeholder: 1.19.2 - 43.2.8
validations:
required: true
- type: dropdown
id: run-type
attributes:
label: Server Type
description: How are you running minecraft?
options:
- Single Player
- Dedicated Server
validations:
required: true
- type: textarea
id: other-mods
attributes:
Expand Down

0 comments on commit 1dbf280

Please sign in to comment.