Feature request yaml template (#100228)

* Changed Feature request template to YAML

* temporary changed name(reverv after merge)

* link to KB
This commit is contained in:
Alex
2021-11-15 19:38:28 +02:00
committed by GitHub
parent b95727d43d
commit bd4c3bc11f
2 changed files with 43 additions and 28 deletions

View File

@@ -1,28 +0,0 @@
---
name: Feature request
about: Suggest an idea for AdGuard Filters
---
### Prerequisites
Please answer the following questions for yourself before submitting an issue. **YOU MAY DELETE THE PREREQUISITES SECTION.**
- [ ] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed
- [ ] This is not a ad/bug report
### Problem Description
<!-- Is your feature request related to a problem? Please add a clear and concise description of what the problem is. -->
### Proposed Solution
<!-- Describe the solution you'd like in a clear and concise manner -->
### Alternatives Considered
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
### Additional Information
<!-- Add any other context about the problem here. -->

View File

@@ -0,0 +1,43 @@
name: Feature request_
description: Suggest an idea for AdGuard Filters
labels: ["Feature Request"]
body:
- type: checkboxes
attributes:
label: Prerequisites
description: |
Please answer the following questions for yourself before submitting the feature request.
options:
- label: - label: I checked [the documentation](https://kb.adguard.com/) and found no answer;
required: true
- label: I checked to make sure that this issue has not already been filed;
required: true
- label: This is not a ad/bug report.
- type: textarea
id: problem
attributes:
label: Problem description
placeholder: |
Is your feature request related to a problem?
Please add a clear and concise description of what the problem is.
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed solution
placeholder: |
Please describe the solution you'd like in a clear and concise manner.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional information
placeholder: |
Add any other context about the problem here.
validations:
required: false