From 6ae2d22b9a31d83b8798942b23401acc8b261346 Mon Sep 17 00:00:00 2001
From: Daniel Agar <daniel@agar.ca>
Date: Sun, 30 Jul 2017 13:16:49 -0400
Subject: [PATCH] WIP: github issue template (#7701)

* WIP: github issue template

* Update issue_template.md
---
 .github/issue_template.md | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .github/issue_template.md

diff --git a/.github/issue_template.md b/.github/issue_template.md
new file mode 100644
index 0000000000..563f3c8091
--- /dev/null
+++ b/.github/issue_template.md
@@ -0,0 +1,9 @@
+**Bug Report** or **Feature Request**
+
+For general questions please use [PX4 Discuss](http://discuss.px4.io/) or [Slack](slack.px4.io). Issue reports need to contain the items below:
+
+ - Download the flight log file from the vehicle ([tutorial](https://docs.px4.io/en/flight-reporting.html))
+ - Share the link to a log showing the problem on [PX4 Flight Review](http://logs.px4.io/)
+ - Expected behavior and actual behavior.
+ - Steps to reproduce the problem.
+ - Specifications like the version of the project, operating system, or hardware.
-- 
GitLab