From 7355b369574e81ae8b68028d00edfa31d03d700d Mon Sep 17 00:00:00 2001 From: Luis Cortes Date: Wed, 1 Jun 2022 11:36:09 -0400 Subject: [PATCH] Adding bug report template. --- .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 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.