Skip to content

Commit

Permalink
fix field ids
Browse files Browse the repository at this point in the history
  • Loading branch information
woodiertexas committed Sep 4, 2024
1 parent e6bff30 commit 2a7759a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,38 @@ body:
Thanks for taking your time to report this bug! If you need real-time help, join us on [Discord](https://discord.quiltmc.org).
- type: textarea
id: description
id: how-to-reproduce
attributes:
label: Reproduction steps
description: "Please describe how to reproduce the bug."
validations:
required: true

- type: textarea
id: description
id: expected-results
attributes:
label: Expected results
description: "Please describe what you expected to happen."
validations:
required: true

- type: textarea
id: description
id: actual-results
attributes:
label: Actual results
description: "Please describe what actually happened."
validations:
required: true

- type: textarea
id: environment
id: device-and-os
attributes:
label: What device are you using and what OS is it running?
validations:
required: true

- type: textarea
id: environment
id: browser
attributes:
label: Which browser are you using? If you know your browser version, please specify it.
description: "Please be sure you're on the latest version of the browser you are currently using."
Expand Down

0 comments on commit 2a7759a

Please sign in to comment.