01-feature.yml 698 B

12345678910111213141516171819202122232425262728293031323334
  1. name: Feature Request
  2. description: Provide details about a feature you'd like to see.
  3. labels:
  4. - feature
  5. - request
  6. body:
  7. - type: checkboxes
  8. id: os
  9. attributes:
  10. label: Operating System
  11. options:
  12. - label: Windows
  13. - label: macOS
  14. - label: Linux
  15. - label: FreeBSD
  16. - label: OpenBSD
  17. - label: Android
  18. - label: iOS
  19. - label: Nintendo Switch
  20. - label: PlayStation 5
  21. - label: Xbox
  22. - label: Web Browsers
  23. validations:
  24. required: true
  25. - type: textarea
  26. id: what
  27. attributes:
  28. label: What feature would you like to be added?
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: why
  33. attributes:
  34. label: Why is this needed?