Skip to content

Commit

Permalink
Update 01-BUG-REPORT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Corborax authored Aug 17, 2024
1 parent 14822c9 commit aa62080
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions .github/ISSUE_TEMPLATE/01-BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -27,8 +31,9 @@ body:
- Tablet
- Smartphone
- Other
validations:
required: true
validations:
required: true

- type: dropdown
attributes:
label: Operating System
Expand All @@ -40,20 +45,25 @@ body:
- Windows
- Linux
- Other
validations:
required: true

- type: input
attributes:
label: OS Version
description: Enter the version of your operating system.
placeholder: e.g., Windows 10, macOS 12.3, Ubuntu 20.04
validations:
required: true

- type: input
attributes:
label: Browser Details (if applicable)
description: Enter the name and version of the browser you were using.
placeholder: e.g., Chrome 93, Safari 15, Firefox 92
validations:
required: true

- type: textarea
attributes:
label: Steps to Reproduce
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -120,6 +142,9 @@ body:
- Wi-Fi
- Mobile Data (3G/4G/5G)
- Other
validations:
required: false

- type: textarea
attributes:
label: Anything Else?
Expand Down

0 comments on commit aa62080

Please sign in to comment.