01-feature.yml 892 B

1234567891011121314151617181920212223242526272829
  1. name: Feature request
  2. description: File a new feature request
  3. labels: ["enhancement", "needs-triage"]
  4. body:
  5. - type: textarea
  6. id: feature
  7. attributes:
  8. label: Feature description
  9. description: Please describe the behavior you'd like to see.
  10. validations:
  11. required: true
  12. - type: textarea
  13. id: problem-usecase
  14. attributes:
  15. label: Problem or use case
  16. 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.
  17. validations:
  18. required: true
  19. - type: textarea
  20. id: alternatives
  21. attributes:
  22. label: Alternatives or workarounds
  23. description: Please describe any alternatives or workarounds you have considered and, possibly, rejected.
  24. validations:
  25. required: true