icon_request.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. - type: checkboxes
  13. attributes:
  14. label: Acknowledgement
  15. options:
  16. - label: I have searched through both open and closed issues and confirm that this icon has not been requested earlier.
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Icon
  21. description: |
  22. Please add an image for this icon ( or a URL to an existing icon file, preferably in SVG )
  23. As a general rule, images with simple shapes and only one color are the best.
  24. validations:
  25. required: true
  26. - type: input
  27. attributes:
  28. label: Name suggestion
  29. description: What name should be used for this icon?
  30. validations:
  31. required: true
  32. - type: textarea
  33. attributes:
  34. label: Use-case
  35. description: Describe how a user of fork-awesome would use that icon in their project.
  36. validations:
  37. required: true
  38. - type: textarea
  39. attributes:
  40. label: Additional information for brand icons
  41. description: |
  42. If this icon is a "brand" icon, let us know why this brand is important and what they do.
  43. Also, please link to any trademark ( or other legal ) policies that might be relevant to the use of the brand's logos.