From ce3d74ff6b49f7ec0e5e0aa44417f668b0f7189b Mon Sep 17 00:00:00 2001 From: Bernhard Stoeckner Date: Thu, 19 May 2022 10:33:24 +0200 Subject: [PATCH] issue template: add automatic tags --- .github/ISSUE_TEMPLATE/10_functional_bug.yml | 2 ++ .github/ISSUE_TEMPLATE/20_build_bug.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/10_functional_bug.yml b/.github/ISSUE_TEMPLATE/10_functional_bug.yml index d74ad9384..42ee36640 100644 --- a/.github/ISSUE_TEMPLATE/10_functional_bug.yml +++ b/.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: diff --git a/.github/ISSUE_TEMPLATE/20_build_bug.yml b/.github/ISSUE_TEMPLATE/20_build_bug.yml index b99d02b44..1c5589a93 100644 --- a/.github/ISSUE_TEMPLATE/20_build_bug.yml +++ b/.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: