|
123456789101112131415161718192021222324252627282930313233 |
- name: ❓ Question
- description: Ask a YOLOv5 question
- # title: " "
- labels: [question]
- body:
- - type: markdown
- attributes:
- value: |
- Thank you for asking a YOLOv5 ❓ Question!
-
- - type: checkboxes
- attributes:
- label: Search before asking
- description: >
- 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.
- options:
- - label: >
- 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.
- required: true
-
- - type: textarea
- attributes:
- label: Question
- description: What is your question?
- placeholder: >
- TIP: Include as much information as possible (screenshots, links, reference etc.) to receive the most helpful response.
- validations:
- required: true
-
- - type: textarea
- attributes:
- label: Additional
- description: Anything else you would like to share?
|