diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..0618a9e5d9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,25 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" + +--- + +**Description** +A clear and concise description of what the bug is. + +**Steps to Reproduce** +Provide a sample project, failing test, or steps to reproduce. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Additional information:** +- Paparazzi Version: +- OS: +- Compile SDK: +- Gradle Version: +- Android Gradle Plugin Version: + +**Screenshots** +If applicable, add screenshots to help explain your problem.