mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-18 13:02:05 +00:00
Updated templates
This commit is contained in:
parent
0dc10abc29
commit
00f77fc12c
4 changed files with 21 additions and 5 deletions
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: Report a bug
|
||||
description: |
|
||||
You detected something wrong on the application.
|
||||
title: "[Bug]: "
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
19
.github/ISSUE_TEMPLATE/question.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue