feature-form.yaml 668 B

12345678910111213141516171819202122232425
  1. name: Feature Request
  2. description: Suggest an idea for improving this project
  3. labels: [enhancement]
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: Thank you for helping us improve!
  8. - type: textarea
  9. id: motivation
  10. attributes:
  11. label: Feature Description
  12. placeholder: What is the expected behavior of this new feature?
  13. validations:
  14. required: true
  15. - type: textarea
  16. id: alternatives
  17. attributes:
  18. label: Describe the alternatives you have considered
  19. - type: textarea
  20. id: additional-context
  21. attributes:
  22. label: Support information
  23. description: If applicable, add screenshots or link related issues