feature_request.yml 890 B

123456789101112131415161718192021222324
  1. name: Feature request
  2. description: Suggest an idea for this project
  3. labels: ["enhancement", "needs triage"]
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Is your feature request related to a problem? Please describe.
  8. description: A clear and concise description of what the problem is.
  9. validations:
  10. required: true
  11. - type: textarea
  12. attributes:
  13. label: Describe the solution you'd like
  14. description: A clear and concise description of what you want to happen.
  15. validations:
  16. required: true
  17. - type: textarea
  18. attributes:
  19. label: Describe alternatives you've considered
  20. description: A clear and concise description of any alternative solutions or features you've considered.
  21. - type: textarea
  22. attributes:
  23. label: Additional context
  24. description: Add any other context or screenshots about the feature request here.