From 355920ae8c371dade16b3c03ab7d8a927e64b303 Mon Sep 17 00:00:00 2001 From: lucian929 <60053521+lucian929@users.noreply.github.com> Date: Mon, 14 Mar 2022 17:52:16 -0400 Subject: [PATCH] Update bug-report.yml --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 6a2055dc..ef458578 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -50,3 +50,13 @@ body: description: "Run `version` in your console and paste the output." validations: required: true + - type: "dropdown" + id: "type" + attributes: + label: "How breaking is the bug?" + options: + - "Breaking Bug - Plugin unusable" + - "Non-breaking Bug - Plugin still usable, but certain features unavailable" + - "Minor Bug - Plugin completely functional, but features have non-working aspects" + validations: + required: true