feature_request.yml 968 B

123456789101112131415161718192021222324252627
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. title: "[Feature]"
  4. labels: ["enhancement"]
  5. body:
  6. - type: textarea
  7. attributes:
  8. label: Is your feature request related to a problem? Please describe.
  9. description: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  10. validations:
  11. required: true
  12. - type: textarea
  13. attributes:
  14. label: Describe the solution you'd like
  15. description: A clear and concise description of what you want to happen.
  16. validations:
  17. required: true
  18. - type: textarea
  19. attributes:
  20. label: Describe alternatives you've considered
  21. description: A clear and concise description of any alternative solutions or features you've considered.
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Additional context
  27. description: Add any other context or screenshots about the feature request here.