From 34f43d65aaac500aa1841657488679b7e0665baa Mon Sep 17 00:00:00 2001 From: VancedOfficial <61597887+VancedOfficial@users.noreply.github.com> Date: Sun, 18 Oct 2020 18:46:53 +0300 Subject: [PATCH] Added bug report issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md 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._