feature_request.yml 851 B

12345678910111213141516171819202122
  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: textarea
  14. id: alternatives
  15. attributes:
  16. label: Alternative solutions or implementations
  17. description: A clear and concise description of any alternative solutions or features you have considered.
  18. - type: textarea
  19. id: additional-context
  20. attributes:
  21. label: Other context
  22. description: Any other context, screenshots, or file uploads that help us understand your feature request.