From 67c30841ba06b6955de3df1a036be1edf2e33a6e Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:09:13 +0200 Subject: [PATCH] Update issue templates with "needs-triage" label --- .github/ISSUE_TEMPLATE/01_feature.md | 2 +- .github/ISSUE_TEMPLATE/02_bug.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01_feature.md b/.github/ISSUE_TEMPLATE/01_feature.md index 95d147c6cb..f2765122fa 100644 --- a/.github/ISSUE_TEMPLATE/01_feature.md +++ b/.github/ISSUE_TEMPLATE/01_feature.md @@ -2,6 +2,6 @@ name: 🔼 Parcels feature requests, and other enhancements about: Suggest an improvement to the parcels codebase. title: "" -labels: "" +labels: ["needs-triage"] assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/02_bug.yaml b/.github/ISSUE_TEMPLATE/02_bug.yaml index c55cddcc8a..98966df6de 100644 --- a/.github/ISSUE_TEMPLATE/02_bug.yaml +++ b/.github/ISSUE_TEMPLATE/02_bug.yaml @@ -1,6 +1,6 @@ name: "🐛 Bug Report" description: Describe a bug in the parcels codebase. For support related to your specific use case, please post in Q&A in our Discussions tab. -labels: ["bug"] +labels: ["bug", "needs-triage"] body: - type: "input" attributes: