Parcourir la source

Add a few more remarks to the support page

Marcel Stör il y a 8 ans
Parent
commit
4710f73c09
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      docs/en/support.md

+ 2 - 0
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).