feature_request.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. name: Feature Request
  2. description: Suggest an idea for this project
  3. labels: 'Feature 💡'
  4. body:
  5. - type: markdown
  6. attributes:
  7. value: |
  8. Thanks for taking the time to fill out this request!
  9. It's okay to leave some blank if it doesn't apply to your request.
  10. - type: input
  11. attributes:
  12. label: Related area
  13. description: Please briefly explain the area of your Feature Request.
  14. placeholder: eg. new port support, device stack, class driver ...
  15. validations:
  16. required: true
  17. - type: input
  18. attributes:
  19. label: Hardware specification
  20. description: Please provide if your proposal depends on specific Hardware.
  21. placeholder: eg. rp2040, samd51 ...
  22. validations:
  23. required: true
  24. - type: textarea
  25. attributes:
  26. label: Is your feature request related to a problem?
  27. description: Please provide a clear and concise description of what the problem is. Add relevant issue link.
  28. placeholder: ex. I'm facing the issue/missing function...
  29. validations:
  30. required: true
  31. - type: textarea
  32. attributes:
  33. label: Describe the solution you'd like
  34. description: Please provide a clear and concise description of what you want to happen.
  35. placeholder: ex. When using this function...
  36. validations:
  37. required: true
  38. - type: checkboxes
  39. attributes:
  40. label: I have checked existing issues, dicussion and documentation
  41. description: You agree to check all the resources above before opening a new issue.
  42. options:
  43. - label: I confirm I have checked existing issues, dicussion and documentation.
  44. required: true