From aa6208011b8746408e80c601b97272f4216cc284 Mon Sep 17 00:00:00 2001 From: Corborax <77205966+Corborax@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:22:09 +0200 Subject: [PATCH] Update 01-BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/01-BUG-REPORT.yml | 33 +++++++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/01-BUG-REPORT.yml index 06c96ec8d..85e7b8ac6 100644 --- a/.github/ISSUE_TEMPLATE/01-BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/01-BUG-REPORT.yml @@ -8,7 +8,8 @@ body: value: | Thank you for taking the time to report an issue with the Critter System. Your feedback helps us improve the platform. - Please provide detailed information below to help us diagnose and fix the problem. + Please provide detailed information below to help us diagnose and fix the problem. + - type: dropdown attributes: label: User Role @@ -18,7 +19,10 @@ body: - Eurofurence Director - Eurofurence Staff - Attendee (Critter) - - type: dropdown + validations: + required: true + + - type: dropdown attributes: label: System Type description: Select the type of device you were using. @@ -27,8 +31,9 @@ body: - Tablet - Smartphone - Other - validations: - required: true + validations: + required: true + - type: dropdown attributes: label: Operating System @@ -40,6 +45,9 @@ body: - Windows - Linux - Other + validations: + required: true + - type: input attributes: label: OS Version @@ -47,6 +55,7 @@ body: placeholder: e.g., Windows 10, macOS 12.3, Ubuntu 20.04 validations: required: true + - type: input attributes: label: Browser Details (if applicable) @@ -54,6 +63,7 @@ body: placeholder: e.g., Chrome 93, Safari 15, Firefox 92 validations: required: true + - type: textarea attributes: label: Steps to Reproduce @@ -64,18 +74,21 @@ body: description: Provide step-by-step instructions on how to reproduce the issue. This field is optional but highly encouraged. validations: required: false + - type: textarea attributes: label: Expected Behavior placeholder: Tell us what should happen validations: required: true + - type: textarea attributes: label: Actual Behavior placeholder: Tell us what happens instead validations: required: true + - type: dropdown attributes: label: Feature Area @@ -85,12 +98,16 @@ body: - Volunteer Sign-Up - Shift Creation and Management - Other + validations: + required: true + - type: input attributes: label: If you selected "Other", please specify placeholder: Specify the general feature you were trying to use validations: required: false + - type: dropdown attributes: label: Severity @@ -99,18 +116,23 @@ body: - Minor Issue - Major Issue - Critical Problem + validations: + required: true + - type: textarea attributes: label: Error Messages placeholder: Paste any error messages here (if applicable) validations: required: false + - type: textarea attributes: label: Workarounds Tried placeholder: Describe any temporary solutions or workarounds you have tried validations: required: false + - type: dropdown attributes: label: Network Type @@ -120,6 +142,9 @@ body: - Wi-Fi - Mobile Data (3G/4G/5G) - Other + validations: + required: false + - type: textarea attributes: label: Anything Else?