]> Untitled Git - lemmy-ui.git/commitdiff
add checkboxes to feature requests
authorRayBB <RayBB@users.noreply.github.com>
Wed, 14 Jun 2023 08:22:46 +0000 (10:22 +0200)
committerRayBB <RayBB@users.noreply.github.com>
Wed, 14 Jun 2023 08:22:46 +0000 (10:22 +0200)
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

index 375d06d3b81bc42b21f0b6a4df0bef3dc8cc6599..fa02601971af5dd3d849d37fbf4926443e9e8255 100644 (file)
@@ -7,6 +7,19 @@ body:
       value: |
         Have a suggestion about Lemmy's UI?
         For backend issues, use [lemmy](https://github.com/LemmyNet/lemmy)
+  - type: checkboxes
+    attributes:
+      label: Requirements
+      description: Before you create a bug report please do the following.
+      options:
+        - 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 question or discussion? Don't use this, use https://lemmy.ml/c/lemmy_support
+          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: true
   - type: textarea
     id: problem
     attributes: