mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
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:
28
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
28
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
@@ -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. -->
|
||||
43
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user