mirror of
https://github.com/SWivid/F5-TTS.git
synced 2026-01-09 19:57:49 -08:00
27 lines
987 B
YAML
27 lines
987 B
YAML
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
|