added more steps to the bug report form

This commit is contained in:
Jack 2022-02-16 13:14:49 +01:00 committed by GitHub
parent 9ae8611440
commit 7fdf583f31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,6 @@ description: Create a report to help us improve
title: "<title>"
labels: [bug]
body:
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: checkboxes
attributes:
label: Did you clear cache before opening an issue?
@ -17,6 +10,38 @@ body:
options:
- label: I have cleared my cache
required: true
- type: dropdown
attributes:
label: Does the issue happen when logged in?
options: ["Yes", "No"]
required: true
- type: dropdown
attributes:
label: Does the issue happen when logged out?
options: ["Yes", "No"]
required: true
- type: dropdown
attributes:
label: Does the issue happen in **incognito mode** when logged in?
options: ["Yes", "No"]
required: true
- type: dropdown
attributes:
label: Does the issue happen in **incognito mode** when logged out?
options: ["Yes", "No"]
required: true
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: textarea
attributes:
label: Current Behavior
@ -63,17 +88,10 @@ body:
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
- type: checkboxes
attributes:
label: Did you check incognito mode?
description: Sometimes bugs may be dependent on your config. If the issue does not show up in incognito mode, then this could mean it's an issue with your settings.
options:
- label: I have checked incognito mode
required: false
- type: textarea
attributes:
label: Config
description: If your issue DOES NOT happen in incognito, please export your config and paste it here. Go to the Settings page, scroll all the way down to `import/export settings` and click `export`.
description: To export your config, go to the Settings page, scroll all the way down to `import/export settings` and click `export`.
placeholder: '{"theme":"cyberspace","showKeyTips":false,"showLiveWpm":false,"showTimerProgress":false, ... "smoothCaret":true}'
validations:
required: false