You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
name: ❓ Question |
|
description: Ask a YOLOv8 question |
|
# title: " " |
|
labels: [question] |
|
body: |
|
- type: markdown |
|
attributes: |
|
value: | |
|
Thank you for asking a YOLOv8 ❓ Question! |
|
|
|
- type: checkboxes |
|
attributes: |
|
label: Search before asking |
|
description: > |
|
Please search the [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) to see if a similar question already exists. |
|
options: |
|
- label: > |
|
I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. |
|
required: true |
|
|
|
- type: textarea |
|
attributes: |
|
label: Question |
|
description: What is your question? |
|
placeholder: | |
|
💡 ProTip! Include as much information as possible (screenshots, logs, tracebacks etc.) to receive the most helpful response. |
|
validations: |
|
required: true |
|
|
|
- type: textarea |
|
attributes: |
|
label: Additional |
|
description: Anything else you would like to share?
|
|
|