mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-27 09:16:07 +00:00
Added agh feature request
This commit is contained in:
parent
c249b757b2
commit
d51964de32
1 changed files with 33 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/feature_request_agh.yml
vendored
Normal file
33
.github/ISSUE_TEMPLATE/feature_request_agh.yml
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
name: Request a new feature that has been added to AdGuard Home
|
||||
description: |
|
||||
The AdGuard Home team added recently a new feature that you want on the app.
|
||||
title: "[AGH Feature Request]: "
|
||||
labels: ["feature request"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Describe the feature that you want on the app.
|
||||
placeholder: |
|
||||
Write the details here...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: Attach some screenshots of where that new feature is located on the web administration panel.
|
||||
placeholder: |
|
||||
Screenshots here.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: version-introduced
|
||||
attributes:
|
||||
label: Version where feature was introduced
|
||||
description: Version of the AdGuard Home server where this feature was introduced.
|
||||
placeholder: |
|
||||
- Version: (eg: v0.107.44)
|
||||
validations:
|
||||
required: true
|
Loading…
Add table
Reference in a new issue