summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
diff options
context:
space:
mode:
authorSteven Arcangeli <stevearc@stevearc.com>2023-12-05 17:35:57 -0800
committerSteven Arcangeli <stevearc@stevearc.com>2023-12-05 17:35:57 -0800
commite5840429ac49c7acbf702cd2cff8bc6557e08c75 (patch)
tree0ea1b46533f160c883002988a6abb655b850ae39 /.github/ISSUE_TEMPLATE/bug_report.yml
parent2bda605e46d68fe145de537724865dbbbece360d (diff)
chore: feature request template and add severity to bug report template
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index f4593ac..f7c2632 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -37,6 +37,16 @@ body:
description: A clear and concise description of what the bug is.
validations:
required: true
+ - type: dropdown
+ attributes:
+ label: What is the severity of this bug?
+ options:
+ - minor (annoyance)
+ - tolerable (can work around it)
+ - breaking (some functionality is broken)
+ - blocking (cannot use plugin)
+ validations:
+ required: true
- type: textarea
attributes:
label: Steps To Reproduce