Skip to content

Commit

Permalink
Update bug.yaml
Browse files Browse the repository at this point in the history
Add version and triage label.
  • Loading branch information
jkrech authored Oct 22, 2024
1 parent 070b932 commit 7273b23
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report
description: File a bug report.
title: "[Bug]: "
labels: ["bug"]
labels: ["bug", "triage"]
body:
- type: checkboxes
attributes:
Expand Down Expand Up @@ -46,6 +46,15 @@ body:
required: false
- label: USB_Host
required: false
- type: textarea
attributes:
label: Version
description: Version of the pack and component you are using.
placeholder: |
1. Pack Version <major>.<minor>.<patch>
1. Component Version <major>.<minor>.<patch>
validations:
required: false
- type: checkboxes
attributes:
label: Severity of the bug
Expand Down

0 comments on commit 7273b23

Please sign in to comment.