mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 09:39:59 +01:00
Add question form
This commit is contained in:
parent
e46b0ee8cd
commit
5655554887
28
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
28
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
name: ❓ Question
|
||||
description: Ask a question to the developers.
|
||||
labels: ['Question']
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Before asking a question, please ensure that it has not already been asked. You can review existing questions [here](https://github.com/twofas/2fas-browser-extension/labels/Question).
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Question
|
||||
description: |
|
||||
- Explain your question clearly and in detail
|
||||
- Add images and videos if necessary
|
||||
validations:
|
||||
required: true
|
||||
- type: checkboxes
|
||||
id: acknowledgements
|
||||
attributes:
|
||||
label: Acknowledgements
|
||||
description: Your question will be closed if you don't follow the checklist below.
|
||||
options:
|
||||
- label: This issue is not a duplicate of an existing question.
|
||||
required: true
|
||||
- label: I have chosen an appropriate title.
|
||||
required: true
|
||||
- label: All requested information has been provided properly.
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user