diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..cddd112 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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._