mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-18 13:02:05 +00:00
32 lines
No EOL
1,007 B
YAML
32 lines
No EOL
1,007 B
YAML
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.
|
|
labels: ["agh 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 |