From 2b05fffaceea49b51edfacd14ccb4675dc0959a1 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Tue, 17 Sep 2024 08:12:00 +0200 Subject: [PATCH] chore(issuetemplate): update defaults labels of GitHub issues (#968) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a98da750..3f760018 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,6 @@ name: 🐛 Bug Report description: Report a problem -labels: ['type:bug', 'awaiting-triage'] +labels: ['bug', 'awaiting triage'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 35a7adbd..4327a8f6 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -1,6 +1,6 @@ name: ✨ Feature Request description: Suggest an idea -labels: ['type:enhancement', 'awaiting-triage'] +labels: ['enhancement', 'awaiting triage'] body: - type: markdown attributes: