]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Adding missing "attributes"
authorJory Raphael <joryraphael@gmail.com>
Mon, 1 Jul 2024 18:38:12 +0000 (11:38 -0700)
committerJory Raphael <joryraphael@gmail.com>
Mon, 1 Jul 2024 18:38:12 +0000 (11:38 -0700)
.github/ISSUE_TEMPLATE/000_icon_request.yml

index b0a8a76efda2fb4ad3c15738c3123aedc6880fb6..12a0ba2bc5fe67dd74d896a850b480f8c38f6262 100644 (file)
@@ -5,9 +5,11 @@ projects: ["FortAwesome/20"]
 title: "Icon Request: "
 body:
   - type: markdown
-    value: "## Before You Request"
+    attributes:
+      value: "## Before You Request"
   - type: markdown
-    value: |
+    attributes:
+      value: |
       Thanks for requesting a new Font Awesome icon! But first, let's get some specifics out of the way. For example, lots of amazing custom icons can already be created using our [Icon Wizard](https://blog.fontawesome.com/icon-wizard/)! Please check through this list first to ensure your request is as useful and unique as possible:
   - type: checkboxes
     id: checklist
@@ -25,7 +27,8 @@ body:
         - label: I understand [how new icon requests work](https://fontawesome.com/support#requesting-icons)
           required: true
   - type: markdown
-    value: "## Your Request"
+    attributes:
+      value: "## Your Request"
   - type: dropdown
     id: type
     attributes:
@@ -46,12 +49,12 @@ body:
       label: Use case
       description: How should this new icon be used?
       placeholder: ex. a proton torpedo for our holographic space station attack plans
-    validation:
+    validations:
       required: true
   - type: textarea
     id: example
     attributes:
       label: Visual example
       description: Insert an example image or other visual reference to help us get the picture (literally).
-    validation:
+    validations:
       required: true
\ No newline at end of file