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.
+
+