From 7acff6adfa3bb68ffd82e07f88e4f122e6e5a4ca Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Fri, 8 Jan 2021 16:09:15 +0700 Subject: [PATCH] Re-add bug report, closes #577 --- .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 000000000..f221f894c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Start PojavLauncher +... + +**Expected behavior** +I expected ... + +**Screenshots** + +**Platform:** + - Device Model [e.g. Mi 8 Pro 8/128] + - CPU architecture [e.g. aarch64] + - Android Version [e.g. 10] + +
Additional context +
+
+Add any other context about the problem here.
+
+