Skip to content

Commit ce3d74f

Browse files
committed
issue template: add automatic tags
1 parent b48f850 commit ce3d74f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/10_functional_bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Report a functional bug 🐛
22
description: Functional bugs affect operation or stability of the driver and/or hardware.
3+
labels:
4+
- "bug"
35
body:
46
- type: markdown
57
attributes:

.github/ISSUE_TEMPLATE/20_build_bug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Report a build bug 🛠
22
description: Bugs related to the build system, compiler or OS support.
3+
labels:
4+
- "build-problem"
35
body:
46
- type: markdown
57
attributes:

0 commit comments

Comments
 (0)