feature_request.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Feature request
  2. description: Suggest an idea for the project.
  3. body:
  4. - type: textarea
  5. id: description
  6. attributes:
  7. label: Description
  8. description: Is your feature request related to a problem? Please describe.
  9. placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
  10. render: bash
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: solution
  15. attributes:
  16. label: Solution
  17. description: Describe the solution you'd like.
  18. placeholder: A clear and concise description of what you want to happen.
  19. render: bash
  20. validations:
  21. required: true
  22. - type: textarea
  23. id: alternatives
  24. attributes:
  25. label: Alternatives
  26. description: Describe alternatives you've considered.
  27. placeholder: A clear and concise description of any alternative solutions or features you've considered.
  28. render: bash
  29. validations:
  30. required: true
  31. - type: textarea
  32. id: additional
  33. attributes:
  34. label: Additional context
  35. description: Add any other context about the feature request here.
  36. render: bash
  37. validations:
  38. required: false