diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af458ab3a8e..14de0a9c03d 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 dump 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.