Browse Source

issue template: add automatic tags

pull/107/merge
Bernhard Stoeckner 3 years ago
parent
commit
ce3d74ff6b
  1. 2
      .github/ISSUE_TEMPLATE/10_functional_bug.yml
  2. 2
      .github/ISSUE_TEMPLATE/20_build_bug.yml

2
.github/ISSUE_TEMPLATE/10_functional_bug.yml

@ -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

@ -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…
Cancel
Save