mirror of
https://github.com/YTVanced/Vanced
synced 2024-11-10 21:05:06 +00:00
Added bug report issue template
This commit is contained in:
parent
091b8541ef
commit
34f43d65aa
1 changed files with 33 additions and 0 deletions
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
33
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: You are experiencing a bug in Vanced
|
||||||
|
title: '[Bug] replaceme'
|
||||||
|
labels: 'bug'
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Bug description**
|
||||||
|
Replace me with a clear and detailed description of the bug.
|
||||||
|
|
||||||
|
**Variant**
|
||||||
|
NonRoot: Yes
|
||||||
|
Root: No
|
||||||
|
|
||||||
|
**Android version**
|
||||||
|
Android 9.0 - Pie
|
||||||
|
|
||||||
|
**Device**
|
||||||
|
Samsung Galaxy S8
|
||||||
|
|
||||||
|
**Steps to Reproduce**
|
||||||
|
Steps to reproduce the error:
|
||||||
|
1. Open the app
|
||||||
|
2. Click on '....'
|
||||||
|
3. ....
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
Replace me with a description of what you expected should happen and what happened instead.
|
||||||
|
|
||||||
|
|
||||||
|
_Attach images/videos if possible. These can be helpful in solving the issue._
|
Loading…
Reference in a new issue