CameraTraps/.github/ISSUE_TEMPLATE/question.yml

33 строки
995 B
YAML

name: Question
description: Ask a Pytorch-Wildlife question
# title: " "
labels: [question]
body:
- type: markdown
attributes:
value: |
Thank you for asking a general question!
- type: checkboxes
attributes:
label: Search before asking
description: >
Please search the [issues](https://github.com/microsoft/CameraTraps/issues) to see if a similar bug report already exists.
options:
- label: >
I have searched the Pytorch-Wildlife [issues](https://github.com/microsoft/CameraTraps/issues) and found no similar bug report.
required: true
- type: textarea
attributes:
label: Question
description: What is your question?
placeholder: |
💡 ProTip! Include as much information as possible to receive the most helpful response.
validations:
required: true
- type: textarea
attributes:
label: Additional
description: Anything else you would like to share?