-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #330 from AdguardTeam/feature/template_improvement
π Docs (n): add question template
- Loading branch information
Showing
3 changed files
with
120 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: β Question | ||
description: If the options above do not work for you | ||
labels: ["Question"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: Thanks for taking the time to fill out this form! | ||
|
||
- type: checkboxes | ||
attributes: | ||
label: Please answer the following questions for yourself before submitting a question. | ||
options: | ||
- label: I am running the latest version | ||
- label: I checked the [knowledge base](https://adguard-vpn.com/kb/) and found no answer | ||
required: true | ||
- label: I checked to make sure that this issue has not already been filed | ||
required: true | ||
|
||
- type: textarea | ||
id: question | ||
attributes: | ||
label: Ask a question | ||
placeholder: If you want to know more about how the app works. | ||
validations: | ||
required: true |