From 63b8b8f0d76b70d77af5f91fd4e4e0b9eed04791 Mon Sep 17 00:00:00 2001 From: Ben Richardson Date: Fri, 31 Jan 2025 13:28:33 +0000 Subject: [PATCH] Update github issue templates - v 2.01 (#446) * Update 02-windows--bug-report.yml * Update 02-windows--bug-report.yml * Update 03-linux--bug-report.yml * Update 04-macos--bug-report.yml --- .github/ISSUE_TEMPLATE/02-windows--bug-report.yml | 13 +++++++++++-- .github/ISSUE_TEMPLATE/03-linux--bug-report.yml | 13 +++++++++++-- .github/ISSUE_TEMPLATE/04-macos--bug-report.yml | 13 +++++++++++-- 3 files changed, 33 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02-windows--bug-report.yml b/.github/ISSUE_TEMPLATE/02-windows--bug-report.yml index 10a26bda..5479ce64 100644 --- a/.github/ISSUE_TEMPLATE/02-windows--bug-report.yml +++ b/.github/ISSUE_TEMPLATE/02-windows--bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/03-linux--bug-report.yml b/.github/ISSUE_TEMPLATE/03-linux--bug-report.yml index d827c909..ac2aaf3d 100644 --- a/.github/ISSUE_TEMPLATE/03-linux--bug-report.yml +++ b/.github/ISSUE_TEMPLATE/03-linux--bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/04-macos--bug-report.yml b/.github/ISSUE_TEMPLATE/04-macos--bug-report.yml index 488324b8..3f0b76e8 100644 --- a/.github/ISSUE_TEMPLATE/04-macos--bug-report.yml +++ b/.github/ISSUE_TEMPLATE/04-macos--bug-report.yml @@ -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