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: