From dd15d33bce203ebc111a35d3a0875618db53481b Mon Sep 17 00:00:00 2001
From: bo0tzz <git@bo0tzz.me>
Date: Mon, 8 Apr 2024 21:01:39 +0200
Subject: [PATCH] fix(gh-templates): Add required label attribute (#8632)

* fix(gh-templates): Add required label attribute
---
 .github/DISCUSSION_TEMPLATE/feature-request.yaml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/DISCUSSION_TEMPLATE/feature-request.yaml b/.github/DISCUSSION_TEMPLATE/feature-request.yaml
index fd7ce8cc4f..3fdc84636b 100644
--- a/.github/DISCUSSION_TEMPLATE/feature-request.yaml
+++ b/.github/DISCUSSION_TEMPLATE/feature-request.yaml
@@ -6,13 +6,14 @@ body:
     attributes:
       value: |
         Please use this form to request new feature for Immich
-  
+
   - type: checkboxes
     attributes:
+      label: I have searched the existing feature requests to make sure this is not a duplicate request.
       options:
-        - label: I have searched the existing feature requests to make sure this is not a duplicate request.
+        - label: "Yes"
           required: true
-  
+
   - type: textarea
     id: feature
     attributes: