feature_request.yml 964 B

1234567891011121314151617181920212223242526272829303132
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. labels: ["type:enhancement"]
  4. body:
  5. - type: dropdown
  6. id: missing
  7. attributes:
  8. label: Is your request related to a missing official feature?
  9. options:
  10. - "Yes"
  11. - "No"
  12. validations:
  13. required: true
  14. - type: textarea
  15. id: solution
  16. attributes:
  17. label: Describe the solution you'd like
  18. description: Provide a clear and concise description of what you want to happen.
  19. validations:
  20. required: true
  21. - type: textarea
  22. id: alternatives
  23. attributes:
  24. label: Describe alternatives you've considered
  25. description: Let us know about other solutions you've tried or researched.
  26. - type: textarea
  27. id: context
  28. attributes:
  29. label: Additional context
  30. description: |
  31. Is there anything else you can add about the proposal?
  32. You might want to link to related issues here if you haven't already.