000_icon_request.yml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. name: Icon request
  2. description: Suggest an icon, modifier, or emoji to be included in Font Awesome
  3. labels: ["new icon"]
  4. projects: ["FortAwesome/20"]
  5. title: "Icon Request: "
  6. body:
  7. - type: markdown
  8. attributes:
  9. value: "## Before You Request"
  10. - type: markdown
  11. attributes:
  12. value: |
  13. 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:
  14. - type: checkboxes
  15. id: checklist
  16. attributes:
  17. label: Checklist
  18. options:
  19. - label: 'The title of this issue starts with "Icon Request: " and is followed by the new icon name *(ex. "Icon Request: Proton Torpedo")*'
  20. required: true
  21. - label: This icon does not represent a brand
  22. required: true
  23. - label: 'This request is for a single icon or a matched pair *(ex. `lock` and `unlock`)*'
  24. required: true
  25. - label: I've already [searched through existing issues](https://github.com/FortAwesome/Font-Awesome/issues), and to the best of my knowledge this request isn't a duplicate
  26. required: true
  27. - label: I understand [how new icon requests work](https://fontawesome.com/support#requesting-icons)
  28. required: true
  29. - type: markdown
  30. attributes:
  31. value: "## Your Request"
  32. - type: dropdown
  33. id: type
  34. attributes:
  35. label: Request type
  36. description: What kind of icon or element do you have in mind?
  37. options:
  38. - ✨ New icon
  39. - 😄 Emoji (please provide Unicode code point)
  40. - 🧙 Wizard modifier
  41. - 🔧 Icon improvement
  42. ## - 🧱 Element (save this for the future)
  43. default: 0
  44. validations:
  45. required: true
  46. - type: textarea
  47. id: use-case
  48. attributes:
  49. label: Use case
  50. description: How should this new icon be used?
  51. placeholder: ex. a proton torpedo for our holographic space station attack plans
  52. validations:
  53. required: true
  54. - type: textarea
  55. id: example
  56. attributes:
  57. label: Visual example
  58. description: Insert an example image or other visual reference to help us get the picture (literally).
  59. validations:
  60. required: true