Updated templates

This commit is contained in:
Juan Gilsanz Polo 2024-02-08 01:28:38 +01:00
parent 0dc10abc29
commit 00f77fc12c
4 changed files with 21 additions and 5 deletions

View file

@ -1,7 +1,6 @@
name: Report a bug
description: |
You detected something wrong on the application.
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea

View file

@ -1,8 +1,7 @@
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"]
labels: ["agh feature request"]
body:
- type: textarea
id: description

View file

@ -1,8 +1,7 @@
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"]
labels: ["app feature request"]
body:
- type: markdown
id: important-info

19
.github/ISSUE_TEMPLATE/question.yml vendored Normal file
View file

@ -0,0 +1,19 @@
name: You have a question about the app
description: |
You want ask something that's not related with a feature request or a bug.
labels: ["question"]
body:
- type: markdown
id: important-info
attributes:
value: |
Having problems while adding a connection to a server? Check out [this guide](https://github.com/JGeek00/adguard-home-manager/wiki/Create-a-connection).
- type: textarea
id: question
attributes:
label: Question
description: Write your question here giving the maximum detail possible.
placeholder: |
Write your question here...
validations:
required: true