Spaces:
Running
on
Zero
Running
on
Zero
File size: 987 Bytes
aa59806 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
name: "Question"
description: |
Pure question or inquiry about the project, usage issue goes with "help wanted".
labels:
- question
body:
- type: checkboxes
attributes:
label: Checks
description: "To help us grasp quickly, please confirm the following:"
options:
- label: This template is only for question, not feature requests or bug reports.
required: true
- label: I have thoroughly reviewed the project documentation and read the related paper(s).
required: true
- label: I have searched for existing issues, including closed ones, no similar questions.
required: true
- label: I confirm that I am using English to submit this report in order to facilitate communication.
required: true
- type: textarea
attributes:
label: Question details
description: |
Question details, clearly stated using proper markdown syntax.
validations:
required: true
|