feature_request.yml 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. name: 🚀 Feature Request
  2. description: Suggest an idea for this project
  3. title: "[Feature] "
  4. labels: ["feature-request"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. ## Please note that feature requests are not 'fire and forget'
  10. It is a lot more likely that the feature you would like to have will be implemented if you keep watching your feature request, and provide more details to developers looking into implementing your feature, and help them with testing.
  11. - type: textarea
  12. attributes:
  13. label: Describe problem solved by the proposed feature
  14. description: A clear and concise description of the problem, if any, this feature will solve. E.g. I'm always frustrated when ...
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Describe your preferred solution
  20. description: A clear and concise description of what you want to happen.
  21. validations:
  22. required: false
  23. - type: textarea
  24. attributes:
  25. label: Describe possible alternatives
  26. description: A clear and concise description of any alternative solutions or features you've considered.
  27. validations:
  28. required: false