From 209d0b4d7759e42d222fc235e83d65254e4f8da0 Mon Sep 17 00:00:00 2001 From: Steffen Windoffer Date: Tue, 15 Aug 2017 21:22:05 +0200 Subject: [PATCH] add a issue template --- .github/issue_template.md | 10 ++++++++++ 1 file changed, 10 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..20b9513bae --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,10 @@ +# If your issue looks like hardware fault or a configuration problem this may be is the wrong place to post to. +## Please consider to using [RCGroups](rcgroups.com/forums/showthread.php?t=2464844), [Slack](slack.betaflight.tech) or any other forum before posting here or even better ask the manufacturer of the hardware you are using. + +## If you post here please follow these steps +1.) Describe your problem +2.) Include ways to reproduce the problem +2.) Provide information about your flightcontroller and other components +3.) Add the used configuration and firmware version +4.) Create a diff and post it here in a code block (Simply put \`\`\` at the start and end of the diff block) +5.) Remove this Text :)