VueTube/.github/ISSUE_TEMPLATE/question.yml

38 lines
1.1 KiB
YAML
Raw Normal View History

2022-06-07 12:29:00 +00:00
name: ❓ Question
description: Ask a quesion related to VueTube
labels: [question]
body:
2022-06-07 12:07:53 +00:00
2022-06-07 12:29:00 +00:00
- type: textarea
id: question
attributes:
label: Ask your question
description: What do you want to know?
placeholder: |
Example:
"How do I add a plugin?"
validations:
required: true
- type: textarea
2022-06-07 12:31:52 +00:00
id: aditional-info
2022-06-07 12:29:00 +00:00
attributes:
2022-06-07 12:31:52 +00:00
label: Aditional information
2022-06-07 12:29:00 +00:00
placeholder: |
2022-06-07 12:31:52 +00:00
Additional useful information, for example, a screenshot.
2022-06-07 12:29:00 +00:00
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: Your question will be closed if you haven't done these steps.
options:
2022-06-07 12:31:52 +00:00
- label: I have searched the existing issues and this is a new question, **NOT** a duplicate or related to another open issue.
2022-06-07 12:29:00 +00:00
required: true
- label: I have written a short but informative title.
required: true
- label: I will fill out all of the requested information in this form.
required: true
2022-06-07 12:34:43 +00:00
- label: My question isn't asked in FAQ (Frequently Asked Questions).
required: true