feature_request.yml 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. name: Feature request
  2. description: Request a new feature
  3. labels: [feature]
  4. body:
  5. - type: textarea
  6. id: description
  7. attributes:
  8. label: Feature
  9. description: A clear and concise description of what the problem is, or what feature you want to be implemented.
  10. placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be...
  11. validations:
  12. required: true
  13. - type: dropdown
  14. id: package
  15. attributes:
  16. label: Is the feature mobile responsive?
  17. options:
  18. - "Yes"
  19. - "No"
  20. validations:
  21. required: false
  22. - type: textarea
  23. id: alternatives
  24. attributes:
  25. label: Alternative solutions or implementations
  26. description: A clear and concise description of any alternative solutions or features you have considered.
  27. - type: textarea
  28. id: additional-context
  29. attributes:
  30. label: Other context
  31. description: Any other context, screenshots, or file uploads that help us understand your feature request.