From 8d9b89dec7a82fab1379af0d7e7f237735ef3454 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 7 Aug 2024 15:35:46 +0200 Subject: [PATCH] chore(github): put back labels in issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 5cb32b2b26..7a64ee3be7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,6 @@ name: "🐛 Bug report" description: Report a bug to help us improve the module. -labels: ["triage"] +labels: ["triage", "bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 4b4ae394a1..25f223ba09 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,6 @@ name: "🚀 Feature request" description: Suggest an idea or enhancement for the module. -labels: ["triage"] +labels: ["triage", "enhancement"] body: - type: markdown attributes: