From 5fac66b5abb386051644ace367d40b20cdd2f2e8 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Mon, 26 Jan 2026 13:33:52 +0100 Subject: [PATCH] feat: Add bug jury label to issue templates --- .github/workflows/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/workflows/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.md b/.github/workflows/ISSUE_TEMPLATE/bug_report.md index 038c36fa..584c3bbb 100644 --- a/.github/workflows/ISSUE_TEMPLATE/bug_report.md +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: bug +labels: ["bug", "bug jury"] assignees: '' --- diff --git a/.github/workflows/ISSUE_TEMPLATE/feature_request.md b/.github/workflows/ISSUE_TEMPLATE/feature_request.md index 3b54884e..742b345f 100644 --- a/.github/workflows/ISSUE_TEMPLATE/feature_request.md +++ b/.github/workflows/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: enhancement +labels: ["feature request", "bug jury"] assignees: '' ---