feature_request.yml 687 B

123456789101112131415161718192021222324252627
  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.
  19. - type: textarea
  20. attributes:
  21. label: Additional context
  22. description: Add any other context here.