Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

feature-request.yml 1.9 KB

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

Press p or to see the previous file or, n or to see the next file

Comments

Loading...