Skip to content

Commit

Permalink
slightly improve bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Nov 11, 2024
1 parent 99c97c8 commit d8e2edc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/000-report-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ body:
placeholder: "Example: https://mclo.gs/ OR submit the file to github by dragging it to this textbox."
validations:
required: true
- type: textarea
- type: input
id: java
attributes:
label: Java Version
description: "What Java version are you using? Include the vendor"
placeholder: "Example: Adoptium OpenJDK Java 17.0.6"
validations:
required: true
- type: textarea
- type: input
id: os
attributes:
label: Operating System
description: "What OS is your system?"
placeholder: "Ubuntu 24.04"
validations:
required: true
- type: textarea
- type: input
id: keyboard
attributes:
label: Keyboard Layout
Expand Down

0 comments on commit d8e2edc

Please sign in to comment.