From 349cb049cfb91f4dc11bef80728523bd49e377a2 Mon Sep 17 00:00:00 2001 From: Rijk van Zanten Date: Wed, 28 Jul 2021 11:06:40 -0400 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e181d3dd09..c662e6f8a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,9 +5,24 @@ body: - type: markdown attributes: value: Hi, thank you for taking the time to create an issue! - - type: markdown + - type: checkboxes + id: troubleshooting attributes: - value: 'Before continuing, you must first have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps)' + options: + - label: I have completed all [Troubleshooting Steps](https://docs.directus.io/getting-started/support/#troubleshooting-steps). + required: true + - type: checkboxes + id: version + attributes: + options: + - label: I'm on [the latest version of Directus](https://github.com/directus/directus/releases). + required: true + - type: checkboxes + id: duplicate + attributes: + options: + - label: There's [no other issue](https://github.com/directus/directus/issues) that already describes my problem. + required: true - type: markdown attributes: value: Please confirm that an issue describing this problem doesn't exist already.