feature-form.yaml 988 B

12345678910111213141516171819202122232425262728293031323334
  1. name: Feature Request
  2. description: Suggest an idea for improving this project
  3. title: "[Feature]: "
  4. labels: [enhancement]
  5. # assignees:
  6. # - ChristianChiarulli
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: |
  11. Thank you for helping us improve !
  12. - type: textarea
  13. id: motivation
  14. attributes:
  15. label: Feature motivation
  16. description: A clear and concise description of the problem or missing capability
  17. placeholder: |
  18. I am always frustrated when ...
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: solution
  23. attributes:
  24. label: Describe the expected solution
  25. - type: textarea
  26. id: alternatives
  27. attributes:
  28. label: Describe the alternatives you've considered
  29. description: Let us know about other solutions you've tried or researched
  30. - type: textarea
  31. id: additional-context
  32. attributes:
  33. label: Additional context
  34. description: If applicable, add screenshots or link related issues