mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 23:04:00 +08:00
Create bug_report.yaml
This commit is contained in:
parent
793b967460
commit
202c7a4f03
1 changed files with 2 additions and 2 deletions
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -22,7 +22,7 @@ body:
|
|||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen when logged in?
|
||||
options: ["Yes", "No"]
|
||||
options: ["Yes", "No", "N/A"]
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
@ -36,7 +36,7 @@ body:
|
|||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen in incognito mode when logged in?
|
||||
options: ["Yes", "No"]
|
||||
options: ["Yes", "No", "N/A"]
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue