From db45ec74340035cd2c2974372f44411f81a225b9 Mon Sep 17 00:00:00 2001
From: bo0tzz <git@bo0tzz.me>
Date: Mon, 8 Apr 2024 19:21:35 +0200
Subject: [PATCH] feat(gh-templates): Require non-duplicate confirmation on FR
 (#8618)

---
 .github/DISCUSSION_TEMPLATE/feature-request.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

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