From 4710f73c09bcd4504e8546dbafad2846b1a234a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 17 Apr 2016 23:53:41 +0200 Subject: [PATCH] Add a few more remarks to the support page --- docs/en/support.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/support.md b/docs/en/support.md index 0dfd9432..4bcf2781 100644 --- a/docs/en/support.md +++ b/docs/en/support.md @@ -1,5 +1,7 @@ The [issues list on GitHub](https://github.com/nodemcu/nodemcu-firmware/issues) is **not** the right place to ask for help. Use it to report bugs and to place feature requests. Questions like "how do I ..." or "I can't get this to work ..." should be directed to StackOverflow or esp8266.com. +Which ever site you use you need to make sure the description of the problem is to the point. It should be accompanied by a stripped down version of your Lua source code i.e. create a Minimal, Complete, and Verifiable Example (MCVE). A good resource is [http://stackoverflow.com/help/how-to-ask](http://stackoverflow.com/help/how-to-ask) + ## StackOverflow StackOverflow is the perfect place to ask coding questions. Use one or several of the following tags: [esp8266](http://stackoverflow.com/tags/esp8266), [nodemcu](http://stackoverflow.com/tags/nodemcu) or [Lua](http://stackoverflow.com/tags/lua).