mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
Update question.yml
This commit is contained in:
parent
064ad9cac5
commit
eb57a7ca43
1 changed files with 34 additions and 0 deletions
34
.github/ISSUE_TEMPLATE/question.yml
vendored
34
.github/ISSUE_TEMPLATE/question.yml
vendored
|
@ -1 +1,35 @@
|
|||
name: ❓ Question
|
||||
description: Ask a quesion related to VueTube
|
||||
labels: [question]
|
||||
body:
|
||||
|
||||
- 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
|
||||
id: other-details
|
||||
attributes:
|
||||
label: Other details
|
||||
placeholder: |
|
||||
Additional details and attachments.
|
||||
|
||||
- type: checkboxes
|
||||
id: acknowledgements
|
||||
attributes:
|
||||
label: Acknowledgements
|
||||
description: Your question will be closed if you haven't done these steps.
|
||||
options:
|
||||
- label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue