200_feature_request.yml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. name: Feature request
  2. description: Suggest an idea for Font Awesome
  3. title: "Feature request: "
  4. labels: ['feature']
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: Thanks for taking the time to request a new feature!
  9. - type: textarea
  10. id: use-case
  11. attributes:
  12. label: Is your feature request related to a problem?
  13. description: A clear and concise description of what the problem is
  14. placeholder: I'm always frustrated when...
  15. - type: textarea
  16. id: feature
  17. attributes:
  18. label: Feature description
  19. description: A clear and concise description of what you want to happen
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: alternatives
  24. attributes:
  25. label: Alternatives
  26. description: A clear and concise description of any alternative solutions or features you've considered.
  27. - type: textarea
  28. id: additional-context
  29. attributes:
  30. label: Additional context
  31. description: Add any other context or screenshots about the feature request here
  32. - type: checkboxes
  33. id: feature-request-checklist
  34. attributes:
  35. label: Feature request checklist
  36. options:
  37. - label: 'The title starts with "Feature request: " and is followed by the requested feature description'
  38. required: true
  39. - label: 'This is a single feature'
  40. required: true
  41. - 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'
  42. required: true