From 33a7a6ccb183f59f806f5b9bbf56257170d8132b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20V=C3=A1radi?= Date: Thu, 6 Nov 2025 21:03:43 +0100 Subject: [PATCH] chore: Add chart to feature request template (#1414) --- .github/ISSUE_TEMPLATE/2-feature-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index 617245a2..3d389c5e 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -5,11 +5,12 @@ body: - type: dropdown id: idea-type attributes: - label: Is this a feature for the backend or frontend? + label: Which part of the project does this feature apply to? multiple: true options: - Backend - Frontend + - Chart validations: required: true - type: textarea