]> Untitled Git - lemmy-ui.git/blobdiff - .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Updated link to lemmy-repo as direct link to issues
[lemmy-ui.git] / .github / ISSUE_TEMPLATE / FEATURE_REQUEST.yml
index 375d06d3b81bc42b21f0b6a4df0bef3dc8cc6599..2d656819d6ee569b0855e1052e5af832271b9df9 100644 (file)
@@ -1,12 +1,25 @@
 name: "\U0001F680 Feature request"
-description: Suggest an idea for improving Lemmy
+description: Suggest an idea for improving Lemmy's UI
 labels: ["enhancement"]
 body:
   - type: markdown
     attributes:
       value: |
         Have a suggestion about Lemmy's UI?
-        For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy)
+        For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy/issues/new/choose)
+  - type: checkboxes
+    attributes:
+      label: Requirements
+      description: Before you create a feature request please do the following.
+      options:
+        - label: Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
+          required: true
+        - label: Did you check to see if this issue already exists?
+          required: true
+        - label: Is this only a feature request? Do not put multiple feature requests in one issue.
+          required: true
+        - label: Is this a server side (not related to the UI) issue? Use the [Lemmy back end](https://github.com/LemmyNet/lemmy) repo.
+          required: false
   - type: textarea
     id: problem
     attributes: