返回 F5-TTS
question.yml
根目录 / .github / ISSUE_TEMPLATE / question.yml
1 name: "Question"
2 description: |
3 Research question or pure inquiry about the project, usage issue goes with "help wanted".
4 labels:
5 - question
6 body:
7 - type: checkboxes
8 attributes:
9 label: Checks
10 description: "To help us grasp quickly, please confirm the following:"
11 options:
12 - label: This template is only for research question, not usage problems, feature requests or bug reports.
13 required: true
14 - label: I have thoroughly reviewed the project documentation and read the related paper(s).
15 required: true
16 - label: I have searched for existing issues, including closed ones, no similar questions.
17 required: true
18 - label: I am using English to submit this issue to facilitate community communication.
19 required: true
20 - type: textarea
21 attributes:
22 label: Question details
23 description: |
24 Question details, clearly stated using proper markdown syntax.
25 validations:
26 required: true
27
27 lines YAML