Update bug_report.yaml

This commit is contained in:
Jack 2022-02-16 15:24:14 +01:00 committed by GitHub
parent 202c7a4f03
commit a3577277a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,16 @@ description: Create a report to help us improve
title: "<title>"
labels: [bug]
body:
- type: markdown
value: "## Welcome!"
- type: markdown
attributes:
value: |
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?
@ -10,7 +20,7 @@ body:
options:
- label: I have cleared my cache
required: true
- type: checkboxes
attributes:
label: Is there an existing issue for this?
@ -19,6 +29,12 @@ body:
- label: I have searched the existing issues
required: true
- type: markdown
attributes:
value: |
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?