diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 252083a..2a208c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,9 +1,9 @@ name: Bug report description: Create a report to help us improve -title: '[PRIORITY] - ' +title: '[{{ priority-level.label }}] - ' body: - - type: checkboxes + - type: dropdown id: priority-level attributes: label: Priority Level @@ -11,6 +11,8 @@ body: - label: P0 - Critical - label: P1 - High - label: P2 - Medium + validations: + required: true - type: textarea id: describe-bug attributes: