From 0f197fa826fefbdc6d4bd4b9331073fef3bbcf61 Mon Sep 17 00:00:00 2001 From: Hugoo <69076992+0x1026@users.noreply.github.com> Date: Tue, 10 Dec 2024 19:32:31 -0800 Subject: [PATCH] fix(bug-report): add options correctly to bug severity [norelease] Signed-off-by: Hugoo <69076992+0x1026@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a08ceaa..8bb707a 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