Added app feature request

This commit is contained in:
Juan Gilsanz Polo 2024-02-08 01:20:11 +01:00
parent d51964de32
commit a2d8e9d1c1

View file

@ -0,0 +1,20 @@
name: Request a new feature or an improvement for the app itself
description: |
You want a new feature for the application, or an improvement for an existing one.
title: "[App Feature Request]: "
labels: ["feature request"]
body:
- type: markdown
attributes:
value: |
IMPORTANT INFO
Please note that if the functionality is related to data representation, it may not be implemented, as AdGuard Home Manager depends on the capabilities of the AdGuard Home API.
- 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