From a3577277a6b486099af833f75b2319c6b3f90daf Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 16 Feb 2022 15:24:14 +0100 Subject: [PATCH] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 129b9069f..4eeb33b91 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -3,6 +3,16 @@ description: Create a report to help us improve 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?