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: