001_brand_request.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. name: Brand request
  2. description: Suggest a brand to be included in Font Awesome
  3. labels: ["brand icon"]
  4. title: "Brand request: "
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thanks for taking the time to request a new brand!
  10. - type: textarea
  11. id: description
  12. attributes:
  13. label: Description
  14. description: Please enter a brief description of this brand and why it is important to have it in the core of Font Awesome
  15. - type: input
  16. id: official-website
  17. attributes:
  18. label: Official website
  19. description: Please provide the official website of this brand. The website must be in production and reachable from the public internet
  20. validations:
  21. required: true
  22. - type: input
  23. attributes:
  24. label: Brand guidelines
  25. description: "Link to brand guidelines, if available (e.g.: https://about.twitter.com/en/who-we-are/brand-toolkit)"
  26. - type: checkboxes
  27. id: icon-request-checklist
  28. attributes:
  29. label: Icon request checklist
  30. options:
  31. - label: 'The title starts with "Brand request: ", is followed by the requested brand name'
  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/brands#faqs)'
  36. required: true