/ .github / ISSUE_TEMPLATE / icon_request.yaml
icon_request.yaml
 1  name: Icon Request
 2  description: Suggest an icon to be included in Fork Awesome
 3  labels: icon-request
 4  body:
 5    - type: markdown
 6      attributes:
 7        value: |
 8          - Please search through both open and closed issues and make sure that your icon has not been requested earlier.
 9          - If you find an existing issue, please 'vote' for the icon by [reacting](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) ( with '👍' or '👎' ) to the request.
10          - Please do not comment if you have no relevant information to add. It is extra noise for everyone subscribed to this issue.
11          - Subscribe to receive notifications on status change and new comments.
12  
13    - type: checkboxes
14      attributes:
15        label: Acknowledgement
16        options:
17          - label: I have searched through both open and closed issues and confirm that this icon has not been requested earlier.
18            required: true
19  
20    - type: textarea
21      attributes:
22        label: Icon
23        description: |
24          Please add an image for this icon ( or a URL to an existing icon file, preferably in SVG )
25          As a general rule, images with simple shapes and only one color are the best.
26      validations:
27        required: true
28  
29    - type: input
30      attributes:
31        label: Name suggestion
32        description: What name should be used for this icon?
33      validations:
34        required: true
35  
36    - type: textarea
37      attributes:
38        label: Use-case
39        description: Describe how a user of fork-awesome would use that icon in their project.
40      validations:
41        required: true
42  
43    - type: textarea
44      attributes:
45        label: Additional information for brand icons
46        description: |
47          If this icon is a "brand" icon, let us know why this brand is important and what they do.
48          Also, please link to any trademark ( or other legal ) policies that might be relevant to the use of the brand's logos.