From 1a691048f7c0a9a8de963ec6464ee91619e5aecd Mon Sep 17 00:00:00 2001 From: Chrison Simtian Date: Sun, 16 Aug 2026 13:14:06 +1200 Subject: [PATCH] Request the triage label by its real name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The forms asked for "triage", but the label is "needs-triage" — so GitHub silently dropped it and every templated issue arrived untriaged. Inherited from the framework's forms, which carry the same typo. Co-Authored-By: Claude Opus 5 (1M context) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_idea.yml | 2 +- .github/ISSUE_TEMPLATE/user_story.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 ba28bd0..d41712c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: 🐞 Bug Report description: "Report something that doesn't look alright." -labels: ["bug", "triage"] +labels: ["bug", "needs-triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_idea.yml b/.github/ISSUE_TEMPLATE/feature_idea.yml index 6f7d713..c41c38a 100644 --- a/.github/ISSUE_TEMPLATE/feature_idea.yml +++ b/.github/ISSUE_TEMPLATE/feature_idea.yml @@ -1,6 +1,6 @@ name: 💡 Feature Idea description: "Suggest new features for the extension." -labels: ["enhancement", "triage"] +labels: ["enhancement", "needs-triage"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/user_story.yml b/.github/ISSUE_TEMPLATE/user_story.yml index 6f7b0dd..1bf3e01 100644 --- a/.github/ISSUE_TEMPLATE/user_story.yml +++ b/.github/ISSUE_TEMPLATE/user_story.yml @@ -1,6 +1,6 @@ name: 📝 User Story description: "Describe a desired capability as a small, outcome-focused story." -labels: ["enhancement", "triage"] +labels: ["enhancement", "needs-triage"] body: - type: markdown attributes: