mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-24 23:04:00 +08:00
Update bug_report.yaml
This commit is contained in:
parent
7522808744
commit
d04cdc6b8d
1 changed files with 14 additions and 4 deletions
18
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
18
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -4,6 +4,13 @@ title: "<title>"
|
|||
labels: [bug]
|
||||
body:
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Welcome
|
||||
Thanks for taking the time to fill out this bug! If you need real-time help, join us on Discord: discord.gg/monkeytype
|
||||
|
||||
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Did you clear cache before opening an issue?
|
||||
|
@ -23,11 +30,9 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
--
|
||||
## Basic debugging
|
||||
Below fields are very important to quickly track down the issue, so please take the time to carefully check when the issue happens and when it does not.
|
||||
|
||||
|
||||
|
||||
- type: dropdown
|
||||
attributes:
|
||||
label: Does the issue happen when logged in?
|
||||
|
@ -65,7 +70,12 @@ body:
|
|||
{"theme":"cyberspace","showKeyTips":false,"showLiveWpm":false,"showTimerProgress":false, ... "smoothCaret":true}
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
## Issue details
|
||||
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
|
|
Loading…
Reference in a new issue