Skip to content

Commit

Permalink
chore: add severity to bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc authored Dec 6, 2023
1 parent 8283457 commit 6782e2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ body:
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
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
Expand Down

0 comments on commit 6782e2b

Please sign in to comment.