000_icon_request.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. name: Icon request
  2. description: Suggest an icon to be included in Font Awesome
  3. labels: ["new icon"]
  4. title: "Icon request: "
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to request a new icon!
  10. - type: textarea
  11. id: use-case
  12. attributes:
  13. label: Use case
  14. description: Describe how this icon could be used.
  15. - type: textarea
  16. id: example
  17. attributes:
  18. label: Example image
  19. description: Insert the example image here if necessary. A good example is a single color image which plays well at small sizes (16px)
  20. - type: checkboxes
  21. id: icon-request-checklist
  22. attributes:
  23. label: Icon request checklist
  24. options:
  25. - label: 'The title starts with "Icon request: " and is followed by the requested icon name'
  26. required: true
  27. - label: 'This icon does not represent a brand'
  28. required: true
  29. - label: 'This is a single icon or matched pair (Ex: `lock` / `unlock`)'
  30. required: true
  31. - label: The request is for a concrete object, or I've included an example image
  32. required: true
  33. - label: 'I have [searched for existing issues](https://github.com/FortAwesome/Font-Awesome/issues) and to the best of my knowledge this is not a duplicate'
  34. required: true
  35. - label: 'I have [understood how requests work](https://fontawesome.com/community/leaderboard/new#faqs)'
  36. required: true