From 42470b27842adb9dcd39a685641d5c8340a18967 Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Tue, 3 Sep 2024 20:55:09 -0400 Subject: [PATCH] add needs triage issue label for new issues (#304) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/core_implementation.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5694afe..fb2b2f7 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"] +labels: ["bug", "needs triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/core_implementation.yml b/.github/ISSUE_TEMPLATE/core_implementation.yml index c254dbc..e19ef55 100644 --- a/.github/ISSUE_TEMPLATE/core_implementation.yml +++ b/.github/ISSUE_TEMPLATE/core_implementation.yml @@ -1,7 +1,7 @@ name: 🏗️ Core Implementation description: Create a report to help us improve title: "🏗️ [Core Feature]: " -labels: ["core"] +labels: ["core", "needs triage"] body: - type: checkboxes id: templates diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index e81066c..36c468c 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"] +labels: ["enhancement", "needs triage"] body: - type: markdown attributes: