From a5d084a7828aee0a5f6e9f24e10f17721d0215bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Gonz=C3=A1lez?= Date: Fri, 29 Mar 2024 10:42:32 +0100 Subject: [PATCH] feat(github): auto-assign proper labels to new issues (#11) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6dc3559fc..148e0d53d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐞 Bug report description: Create a report to help us improve -title: "🐞 [Bug]: " -labels: ["bug"] +title: "[Bug]: " +labels: ["type: bug", "needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 031dda4f8..fb3ae092d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: 🎁 Feature Request description: Suggest an idea for this project ⚡️ -title: "🎁 [Feature Request]: " -labels: ["enhancement"] +title: "[Feature]: " +labels: ["type: feature", "needs triage"] body: - type: markdown attributes: