mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-28 09:44:22 +08:00

Co-authored-by: Paula Derrenger <107626595+pderrenger@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
34 lines
1.1 KiB
YAML
34 lines
1.1 KiB
YAML
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?
|