mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-23 11:45:15 +00:00
Merge github.com-picklenik:Frontesque/VueTube
This commit is contained in:
commit
08563509f0
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
37
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
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: aditional-info
|
||||
attributes:
|
||||
label: Aditional information
|
||||
placeholder: |
|
||||
Additional useful information, for example, a screenshot.
|
||||
|
||||
- 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 question, **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
|
||||
- label: My question isn't asked in FAQ (Frequently Asked Questions).
|
||||
required: true
|
Loading…
Reference in a new issue