01-feature.yml 906 B

1234567891011121314151617181920212223242526272829
  1. name: Feature request
  2. description: File a new feature request
  3. labels: ["enhancement", "needs-triage"]
  4. type: Feature
  5. body:
  6. - type: textarea
  7. id: feature
  8. attributes:
  9. label: Feature description
  10. description: Please describe the behavior you'd like to see.
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: problem-usecase
  15. attributes:
  16. label: Problem or use case
  17. description: Please explain which problem this would solve, or what the use case is for the feature. Keep in mind that it's more likely to be implemented if it's generally useful for a larger number of users.
  18. validations:
  19. required: true
  20. - type: textarea
  21. id: alternatives
  22. attributes:
  23. label: Alternatives or workarounds
  24. description: Please describe any alternatives or workarounds you have considered and, possibly, rejected.
  25. validations:
  26. required: true