diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a08ceaa5..8bb707a7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -98,11 +98,11 @@ body: label: Bug Severity description: Levels of bug severity multiple: false - option: - - Low (Bug won't result in any noticeable breakdown of the system) - - Minor (Results in some unexpected or undesired behavior, but not enough to disrupt system function) - - Major (Bug capable of collapsing large parts of the system) - - Critical (Bug capable of triggering complete system shutdown) + options: + - Low (Bug won't result in any noticeable breakdown of the system) + - Minor (Results in some unexpected or undesired behavior, but not enough to disrupt system function) + - Major (Bug capable of collapsing large parts of the system) + - Critical (Bug capable of triggering complete system shutdown) validations: required: true - type: textarea