From 8d05ee55e43ec4c6fa177bd223a1dc3c417bde9f Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:07:42 -0700 Subject: [PATCH] Few more tweaks to PR template --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e67a7990..fbd5e0cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,7 +6,7 @@ body: attributes: label: Conreq Version description: What version did you encounter this issue on? - placeholder: For example, v0.15.2 + placeholder: For example... 1.25.0 validations: required: true @@ -23,44 +23,44 @@ body: - type: dropdown attributes: label: Server Operating System + multiple: true options: - - Not Applicable + - N/A - Windows - Linux - FreeBSD - MacOS - - Other validations: required: true - type: dropdown attributes: label: Client Operating System + multiple: true options: - - Not Applicable + - N/A - Windows - Linux - FreeBSD - MacOS - Android - iOS - - Other validations: required: true - type: dropdown attributes: - label: Client Browser(s) + label: Web Browser(s) multiple: true options: - - Not Applicable + - N/A - Firefox - Chrome - Safari - Microsoft Edge - Other validations: - required: false + required: true - type: textarea attributes: