From 45f8b10f2d7962996a9a0593ebb5fdbee2efc7bb Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:19:06 +0000 Subject: [PATCH 1/3] BYOND version --- .github/ISSUE_TEMPLATE/00-bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/00-bug-report.yml b/.github/ISSUE_TEMPLATE/00-bug-report.yml index 25991aba9065..8152961dafb2 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/00-bug-report.yml @@ -51,6 +51,12 @@ body: description: Also known as ckey, its the username you use to login on BYOND. placeholder: "Player1702" +- type: input + attributes: + label: BYOND version + description: You can check this by opening BYOND, clicking the settings button, clicking on "About BYOND...", and the version will be in the lower left corner. + placeholder: 123.4567 + - type: dropdown attributes: label: Was this done on a locally hosted or non-Yogstation hosted server? From 0af57a64008f4e225a5135d7dadc26e1d795b55d Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:19:46 +0000 Subject: [PATCH 2/3] May have forgotten about that part --- .github/ISSUE_TEMPLATE/00-bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/00-bug-report.yml b/.github/ISSUE_TEMPLATE/00-bug-report.yml index 8152961dafb2..300e6cbaf97c 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/00-bug-report.yml @@ -55,7 +55,7 @@ body: attributes: label: BYOND version description: You can check this by opening BYOND, clicking the settings button, clicking on "About BYOND...", and the version will be in the lower left corner. - placeholder: 123.4567 + placeholder: "123.4567" - type: dropdown attributes: From 4666649862cf8ba08bfa0ee66146126ee5d1a4e3 Mon Sep 17 00:00:00 2001 From: Oblisk234 <61151679+Oblisk234@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:20:24 +0000 Subject: [PATCH 3/3] Make byond version required --- .github/ISSUE_TEMPLATE/00-bug-report.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/00-bug-report.yml b/.github/ISSUE_TEMPLATE/00-bug-report.yml index 300e6cbaf97c..5a227f286f2d 100644 --- a/.github/ISSUE_TEMPLATE/00-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/00-bug-report.yml @@ -56,6 +56,8 @@ body: label: BYOND version description: You can check this by opening BYOND, clicking the settings button, clicking on "About BYOND...", and the version will be in the lower left corner. placeholder: "123.4567" + validations: + required: true - type: dropdown attributes: