您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

feature-request.yml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: 🚀 Feature Request
  2. description: Suggest a YOLOv5 idea
  3. # title: " "
  4. labels: [enhancement]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for submitting a YOLOv5 🚀 Feature Request!
  10. - type: checkboxes
  11. attributes:
  12. label: Search before asking
  13. description: >
  14. Please search the [issues](https://github.com/ultralytics/yolov5/issues) to see if a similar feature request already exists.
  15. options:
  16. - label: >
  17. I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Description
  22. description: A short description of your feature.
  23. placeholder: |
  24. What new feature would you like to see in YOLOv5?
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Use case
  30. description: |
  31. Describe the use case of your feature request. It will help us understand and prioritize the feature request.
  32. placeholder: |
  33. How would this feature be used, and who would use it?
  34. - type: textarea
  35. attributes:
  36. label: Additional
  37. description: Anything else you would like to share?
  38. - type: checkboxes
  39. attributes:
  40. label: Are you willing to submit a PR?
  41. description: >
  42. (Optional) We encourage you to submit a [Pull Request](https://github.com/ultralytics/yolov5/pulls) (PR) to help improve YOLOv5 for everyone, especially if you have a good understanding of how to implement a fix or feature.
  43. See the YOLOv5 [Contributing Guide](https://github.com/ultralytics/yolov5/blob/master/CONTRIBUTING.md) to get started.
  44. options:
  45. - label: Yes I'd like to help by submitting a PR!