]> Untitled Git - lemmy.git/commitdiff
Reversed requirement question logic (#3283)
authorKresten Laust <krestenlaust@gmail.com>
Fri, 23 Jun 2023 09:50:35 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Fri, 23 Jun 2023 09:50:35 +0000 (11:50 +0200)
* Reversed requirement question logic

* Changed required state to 'true'

.github/ISSUE_TEMPLATE/BUG_REPORT.yml
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml

index 206b4da85de642ad5979ed94cfee9f88f93246ae..a4028afd0dd7c3eba5c3177c3a205dd482e75671 100644 (file)
@@ -20,8 +20,8 @@ body:
           required: true
         - label: Is this only a single bug? Do not put multiple bugs in one issue.
           required: true
-        - label: Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
-          required: false
+        - label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues.
+          required: true
   - type: textarea
     id: summary
     attributes:
index 5f35bb030e32ab29deb570b5a9cc5a8436717fda..40ef2caf3118394e2504a41d65c86d274273fb70 100644 (file)
@@ -18,8 +18,8 @@ body:
           required: true
         - label: Is this only a feature request? Do not put multiple feature requests in one issue.
           required: true
-        - label: Is this a UI / front end issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo.
-          required: false
+        - label: Is this a backend issue? Use the [lemmy-ui](https://github.com/LemmyNet/lemmy-ui) repo for UI / frontend issues.
+          required: true
   - type: textarea
     id: problem
     attributes: