mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-28 11:59:52 +00:00
Updated bug template
This commit is contained in:
parent
5f4580b6a0
commit
5dbe1e3f74
2 changed files with 43 additions and 31 deletions
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
31
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
A clear and concise description of what the bug is.
|
||||
|
||||
**To Reproduce**
|
||||
Steps to reproduce the behavior:
|
||||
1. Go to '...'
|
||||
2. Click on '....'
|
||||
3. Scroll down to '....'
|
||||
4. See error
|
||||
|
||||
**Expected behavior**
|
||||
A clear and concise description of what you expected to happen.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**App info (please complete the following information):**
|
||||
- OS version: [e.g. iOS 17.2]
|
||||
- App version [e.g. v2.16.0]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
43
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
|
@ -0,0 +1,43 @@
|
|||
name: Report a bug
|
||||
description: |
|
||||
You detected something wrong on the application.
|
||||
body:
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the problem you are running into.
|
||||
placeholder: |
|
||||
1. ...
|
||||
2. ...
|
||||
3. ...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected results
|
||||
description: What is expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Actual results
|
||||
description: What is actually happening.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots or Video
|
||||
description: |
|
||||
Upload any screenshots or video of the bug.
|
||||
value: |
|
||||
Screenshots or video demonstration
|
||||
required: true
|
||||
- type: textarea
|
||||
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)
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue