Skip to content

Commit

Permalink
Update bug_report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManWhoLikesToCode authored Jan 22, 2024
1 parent deb002c commit 4016d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
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
options:
- label: P0 - Critical
- label: P1 - High
- label: P2 - Medium
validations:
required: true
- type: textarea
id: describe-bug
attributes:
Expand Down

0 comments on commit 4016d6b

Please sign in to comment.