feature_request.yml 568 B

12345678910111213141516171819202122
  1. name: Feature Request
  2. description: Create a feature request
  3. labels: [Feature Request]
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Describe the feature
  8. description: A clear and concise description of what the feature is.
  9. validations:
  10. required: true
  11. - type: textarea
  12. attributes:
  13. label: Link to documentation
  14. description: A clear and concise documentation.
  15. - type: textarea
  16. attributes:
  17. label: Screenshots
  18. description: If applicable, add screenshots to help explain your problem.