Skip to content

Commit

Permalink
Update github issue templates - v 2.01 (#446)
Browse files Browse the repository at this point in the history
* Update 02-windows--bug-report.yml

* Update 02-windows--bug-report.yml

* Update 03-linux--bug-report.yml

* Update 04-macos--bug-report.yml
  • Loading branch information
brichardson1991 authored Jan 31, 2025
1 parent f9382a2 commit 63b8b8f
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/02-windows--bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,19 @@ body:
default: 0
validations:
required: true
- type: dropdown
- type: textarea
id: GameVersion
attributes:
label: What version of the game are you using?
label: What version of the game are you running?
description: Please tell us the current version of your game install
placeholder: 8.67.3
value: "8.67.3"
validations:
required: true
- type: dropdown
id: GameBranch
attributes:
label: What branch of the game are you using?
options:
- Live
- Dev
Expand Down
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/03-linux--bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,19 @@ body:
value: "Enter your distro version here"
validations:
required: true
- type: dropdown
- type: textarea
id: GameVersion
attributes:
label: What version of the game are you using?
label: What version of the game are you running?
description: Please tell us the current version of your game install
placeholder: 8.67.3
value: "8.67.3"
validations:
required: true
- type: dropdown
id: GameBranch
attributes:
label: What branch of the game are you using?
options:
- Live
- Dev
Expand Down
13 changes: 11 additions & 2 deletions .github/ISSUE_TEMPLATE/04-macos--bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,19 @@ body:
default: 0
validations:
required: true
- type: dropdown
- type: textarea
id: GameVersion
attributes:
label: What version of the game are you using?
label: What version of the game are you running?
description: Please tell us the current version of your game install
placeholder: 8.67.3
value: "8.67.3"
validations:
required: true
- type: dropdown
id: GameBranch
attributes:
label: What branch of the game are you using?
options:
- Live
- Dev
Expand Down

0 comments on commit 63b8b8f

Please sign in to comment.