Browse Source

Update feature_request.yml

Krzysztof Krysiński 5 months ago
parent
commit
78e1b5d32b
1 changed files with 8 additions and 9 deletions
  1. 8 9
      .github/ISSUE_TEMPLATE/feature_request.yml

+ 8 - 9
.github/ISSUE_TEMPLATE/feature_request.yml

@@ -11,7 +11,6 @@ body:
     placeholder: ""
   validations:
     required: true
-body:
 - type: textarea
   id: featuresteps
   attributes:
@@ -25,11 +24,11 @@ body:
     render: bash
   validations:
     required: false
-  - type: checkboxes
-    id: terms
-    attributes:
-      label: Code of Conduct
-      description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PixiEditor/PixiEditor/blob/master/CODE_OF_CONDUCT.md). 
-      options:
-        - label: I agree to follow this project's Code of Conduct
-          required: true
+- type: checkboxes
+  id: terms
+  attributes:
+    label: Code of Conduct
+    description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/PixiEditor/PixiEditor/blob/master/CODE_OF_CONDUCT.md). 
+    options:
+      - label: I agree to follow this project's Code of Conduct
+        required: true