From 2ff12d59fd45c49b46630e8dfd07c04e1c3a2dde Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 17 Dec 2023 18:40:50 +0100 Subject: [PATCH] Automatically add labels to new issues Change-Id: Ia98d00c651b5afee94ec87d9262976b2569f5c73 --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 219a8a799f..7c83003619 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Bug Report description: File a bug report. +labels: [bug] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0e7b304722..dd47b5bf16 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,6 @@ name: Feature Request description: Suggest an enhancement or a new feature. +labels: [enhancement] body: - type: markdown attributes: