mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-28 11:59:52 +00:00
Merge branch 'master' into beta
This commit is contained in:
commit
b2c2a1452f
4 changed files with 122 additions and 0 deletions
51
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
51
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
name: Report a bug
|
||||
description: |
|
||||
You detected something wrong on the application.
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: steps
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the problem you are running into.
|
||||
placeholder: |
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected-results
|
||||
attributes:
|
||||
label: Expected results
|
||||
description: What is expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual-results
|
||||
attributes:
|
||||
label: Actual results
|
||||
description: What is actually happening.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Screenshots or Video
|
||||
description: |
|
||||
Upload any screenshots or video of the bug.
|
||||
value: |
|
||||
Screenshots or video demonstration
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: app-os-details
|
||||
attributes:
|
||||
label: App and OS details
|
||||
description: |
|
||||
Some details about the app version and the OS where you are running the application.
|
||||
value: |
|
||||
- App version: (eg: v2.16.0)
|
||||
- Device OS version: (eg: Android 14)
|
||||
validations:
|
||||
required: true
|
32
.github/ISSUE_TEMPLATE/feature_request_agh.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/feature_request_agh.yml
vendored
Normal file
|
@ -0,0 +1,32 @@
|
|||
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
|
20
.github/ISSUE_TEMPLATE/feature_request_app.yml
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature_request_app.yml
vendored
Normal 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.
|
||||
labels: ["app feature request"]
|
||||
body:
|
||||
- type: markdown
|
||||
id: important-info
|
||||
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
|
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
Add a link
Reference in a new issue