feature_request.yaml 671 B

1234567891011121314151617181920
  1. ---
  2. name: Feature Request
  3. description: Suggest an idea for this project
  4. labels: [enhancement]
  5. body:
  6. - type: textarea
  7. id: description
  8. attributes:
  9. label: Describe you feature request
  10. value: |
  11. **Is your feature request related to a problem? Please describe.**
  12. A clear and concise description of what the problem is.
  13. Ex. I'm always frustrated when [...]
  14. **Describe the solution you'd like**
  15. A clear and concise description of what you want to happen.
  16. **Describe alternatives you've considered**
  17. A clear and concise description of any alternative solutions
  18. or features you've considered.