nodemcu-firmware/.github/ISSUE_TEMPLATE.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2016-05-02 21:39:05 +02:00
Make sure you read and understand http://nodemcu.readthedocs.io/en/dev/en/support/.
2016-04-19 22:43:59 +02:00
Use one of the two templates below and delete the rest.
8<------------------------ BUG REPORT -----------------------------------------
### Expected behavior
### Actual behavior
### Test code
2016-08-28 21:53:59 +02:00
Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.
2016-04-19 22:43:59 +02:00
```Lua
-- add code here
```
### NodeMCU version
Which branch are you on? If you know the Git revision then add it here as well.
### Hardware
2019-02-17 19:26:29 +01:00
Describe which ESP8266 device you use and document any special hardware setup
2016-04-19 22:43:59 +02:00
required to reproduce the problem.
8<------------------------ END BUG REPORT -------------------------------------
8<------------------------ FEATURE REQUEST ------------------------------------
### Missing feature
### Justification
Tell us why you would like to see this feature added.
### Workarounds
Are there any workarounds you currently have in place because the feature is missing?
2016-05-02 21:39:05 +02:00
8<------------------------ END FEATURE REQUEST --------------------------------