From b1f2514d6edd002472f826d46699d1acb4c7697b Mon Sep 17 00:00:00 2001 From: oleost Date: Mon, 12 Sep 2016 07:02:44 +0200 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af458ab3a..85540b2cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Issues and Support. -Please remember the issue tracker on github is _not_ for user support. Please also do not email developers directly for support. Instead please use IRC or the forums first, then if the problem is confirmed create an issue that details how to repeat the problem so it can be investigated. +Please remember the issue tracker on github is _not_ for user support. Please also do not email developers directly for support. Instead please use IRC or the forums first, Also read through the wiki for guidance. Then if the problem is confirmed create an issue that details how to repeat the problem so it can be investigated. Issues created without steps to repeat are likely to be closed. E-mail requests for support will go un-answered; All support needs to be public so that other people can read the problems and solutions. @@ -8,6 +8,14 @@ Remember that issues that are due to mis-configuration, wiring or failure to rea Please search for existing issues *before* creating new ones. +When submitting an issue the general rule is to include: + +1. What is your setup and a detailed explanation of the issue, also include last working version of iNav. +1. status sump from cli. +1. bootlog dump from cli. +1. dump dump from cli. +1. BLACKBOX log of the issue. + # Developers Please refer to the development section in the `docs/development` folder. From 52a070204191bf4e7e6a62081059b077b818b3bd Mon Sep 17 00:00:00 2001 From: oleost Date: Mon, 12 Sep 2016 07:06:41 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85540b2cd..14de0a9c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Please search for existing issues *before* creating new ones. When submitting an issue the general rule is to include: 1. What is your setup and a detailed explanation of the issue, also include last working version of iNav. -1. status sump from cli. +1. status dump from cli. 1. bootlog dump from cli. 1. dump dump from cli. 1. BLACKBOX log of the issue.