feature_request.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. title: "[Feature request] "
  4. body:
  5. - type: textarea
  6. id: description-of-bug
  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 that made you submit this report.
  10. placeholder: I am always frustrated, when...
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: description-of-solution
  15. attributes:
  16. label: Solution you would like.
  17. description: A clear and concise description of what you want to happen.
  18. placeholder: Instead of behaving like this, there should be...
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: alternatives
  23. attributes:
  24. label: Describe alternatives you have considered.
  25. description: A clear and concise description of any alternative solutions or features you have considered.
  26. placeholder: Another workaround that would work, is...
  27. validations:
  28. required: false
  29. - type: textarea
  30. id: additional-context
  31. attributes:
  32. label: Additional context
  33. description: Add any other context (such as mock-ups, proof of concepts or screenshots) about the feature request here.
  34. validations:
  35. required: false