issue template: add automatic tags
This commit is contained in:
parent
b48f850670
commit
ce3d74ff6b
2
.github/ISSUE_TEMPLATE/10_functional_bug.yml
vendored
2
.github/ISSUE_TEMPLATE/10_functional_bug.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: Report a functional bug 🐛
|
||||
description: Functional bugs affect operation or stability of the driver and/or hardware.
|
||||
labels:
|
||||
- "bug"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
2
.github/ISSUE_TEMPLATE/20_build_bug.yml
vendored
2
.github/ISSUE_TEMPLATE/20_build_bug.yml
vendored
@ -1,5 +1,7 @@
|
||||
name: Report a build bug 🛠
|
||||
description: Bugs related to the build system, compiler or OS support.
|
||||
labels:
|
||||
- "build-problem"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user