From 854816e1f42e89cb53a6d5898d8b32208f769fed Mon Sep 17 00:00:00 2001 From: giacomo892 Date: Wed, 6 May 2020 09:17:50 +0200 Subject: [PATCH 1/2] Update Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 12 ++++++++++++ .github/ISSUE_TEMPLATE/Question.md | 23 ----------------------- 2 files changed, 12 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Question.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 6f6952875f..0af416b84a 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -7,6 +7,18 @@ assignees: '' --- +**IF YOU DON'T REMOVE AND UNDERSTAND THE NEXT FEW LINES, THEN YOUR REPORT WILL BE CLOSED** + +Questions and user problems should be directed at our social media accounts: +* [Telegram channel](https://t.me/INAVFlight) +* [Facebook group](https://www.facebook.com/groups/INAVOfficial) +* [RC Groups thread](https://www.rcgroups.com/forums/showthread.php?2495732-Cleanflight-iNav-%28navigation-rewrite%29-project) + +**Please be very sure you have found a bug and no others have already reported it, when opening this issue** + +**** + + ## Current Behavior diff --git a/.github/ISSUE_TEMPLATE/Question.md b/.github/ISSUE_TEMPLATE/Question.md deleted file mode 100644 index 2850f8b410..0000000000 --- a/.github/ISSUE_TEMPLATE/Question.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "❓Question" -about: Have a question? -title: '' -labels: '' -assignees: '' - ---- - -For immediate help, just ask your question on one of the following platforms: - -* [Telegram channel](https://t.me/INAVFlight) -* [Facebook group](https://www.facebook.com/groups/INAVOfficial) -* [RC Groups thread](https://www.rcgroups.com/forums/showthread.php?2495732-Cleanflight-iNav-%28navigation-rewrite%29-project) - -You can also read public documentations or watch video tutorials: - -* [Official documentation](https://github.com/iNavFlight/inav/tree/master/docs) -* [Official Wiki](https://github.com/iNavFlight/inav/wiki) -* [Video series by Painless360](https://www.youtube.com/playlist?list=PLYsWjANuAm4qdXEGFSeUhOZ10-H8YTSnH) -* [Video series by Paweł Spychalski](https://www.youtube.com/playlist?list=PLOUQ8o2_nCLloACrA6f1_daCjhqY2x0fB) -* [How to setup INAV on a flying wing](https://www.youtube.com/playlist?list=PLOUQ8o2_nCLn_lCX7UB2OPLzR4w5G4el3) -* [How to setup INAV on a 5" quad](https://www.youtube.com/playlist?list=PLOUQ8o2_nCLl9M6Vm-ZNLMCr6_9yNVHQG) From a7cc75fb245d77e5f72dbe63263a1db6116eb3df Mon Sep 17 00:00:00 2001 From: giacomo892 Date: Wed, 6 May 2020 10:26:36 +0200 Subject: [PATCH 2/2] Update Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 0af416b84a..eb7f126be9 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -7,14 +7,15 @@ assignees: '' --- -**IF YOU DON'T REMOVE AND UNDERSTAND THE NEXT FEW LINES, THEN YOUR REPORT WILL BE CLOSED** +**PLEASE MAKE SURE YOU READ AND UNDERSTAND THE SOCIAL MEDIA SUPPORT CHANNELS. QUESTIONS ABOUT FLASHING, CONFIGURING, PILOTING MAY BE CLOSED WITHOUT FURTHER INTERACTION.** -Questions and user problems should be directed at our social media accounts: * [Telegram channel](https://t.me/INAVFlight) * [Facebook group](https://www.facebook.com/groups/INAVOfficial) * [RC Groups thread](https://www.rcgroups.com/forums/showthread.php?2495732-Cleanflight-iNav-%28navigation-rewrite%29-project) -**Please be very sure you have found a bug and no others have already reported it, when opening this issue** +**Please double-check that nobody reported the issue before by using search in this bug tracker.** + +**PLEASE DELETE THE TEXT ABOVE AFTER READING AND UNDERSTANDING IT** ****