Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

34 lines
1.1KB

  1. name: ❓ Question
  2. description: Ask a YOLOv5 question
  3. # title: " "
  4. labels: [question]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: |
  9. Thank you for asking a YOLOv5 ❓ Question!
  10. - type: checkboxes
  11. attributes:
  12. label: Search before asking
  13. description: >
  14. Please search the [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) to see if a similar question already exists.
  15. options:
  16. - label: >
  17. I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions.
  18. required: true
  19. - type: textarea
  20. attributes:
  21. label: Question
  22. description: What is your question?
  23. placeholder: |
  24. 💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response.
  25. validations:
  26. required: true
  27. - type: textarea
  28. attributes:
  29. label: Additional
  30. description: Anything else you would like to share?