mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
Update bug_report.yaml
This commit is contained in:
parent
7fdf583f31
commit
a54da18af6
1 changed files with 8 additions and 4 deletions
12
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -15,25 +15,29 @@ body:
|
|||
attributes:
|
||||
label: Does the issue happen when logged in?
|
||||
options: ["Yes", "No"]
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen when logged out?
|
||||
options: ["Yes", "No"]
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen in **incognito mode** when logged in?
|
||||
options: ["Yes", "No"]
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen in **incognito mode** when logged out?
|
||||
options: ["Yes", "No"]
|
||||
required: true
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue