Skip to content

Commit

Permalink
adds a round id box to the issue template (#4737)
Browse files Browse the repository at this point in the history
so we can look at logs  a little easier

no playerfacing changes
  • Loading branch information
hry-gh authored Oct 21, 2023
1 parent 9eead96 commit c32d56d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ body:
placeholder: "#1, #2, #3, etc"
validations:
required: true
- type: input
id: round-id
attributes:
label: Round ID
description: If known, what was the Round ID this bug was found on? Can be left blank if unknown or occured across multiple rounds.
placeholder: "12345"
- type: textarea
id: what-happened
attributes:
Expand Down

0 comments on commit c32d56d

Please sign in to comment.