From 8713316c522bdc0195b60ca65c1c45a0987f811b Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 12 Jul 2018 09:08:39 +0200 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- PULL_REQUEST_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..4d448d3 --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,28 @@ +--- +name: Bug report +about: Create a report to help us improve + +--- + +**Describe the bug** +A clear and concise description of the bug. + +**To Reproduce** +Steps to reproduce the behavior: +1. Drone switched on '...' +2. Uploaded mission '....' (attach QGC mission file) +3. Took off '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Log Files and Screenshots** +*Always* add screenshots and the QGC console log. + +**Drone (please complete the following information):** +- Describe the type of drone. +- Photo of the IMU / autopilot setup if possible. + +**Additional context** +Add any other context about the problem here.