Use new GitHub issue templates
This commit is contained in:
parent
310faf7fcc
commit
71a182caa7
|
@ -1,33 +0,0 @@
|
||||||
Make sure you read and understand http://nodemcu.readthedocs.io/en/dev/en/support/.
|
|
||||||
Use one of the two templates below and **DELETE THE REST**.
|
|
||||||
|
|
||||||
8<------------------------ BUG REPORT -----------------------------------------
|
|
||||||
### Expected behavior
|
|
||||||
|
|
||||||
### Actual behavior
|
|
||||||
|
|
||||||
### Test code
|
|
||||||
Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.
|
|
||||||
```Lua
|
|
||||||
-- add code here
|
|
||||||
```
|
|
||||||
### NodeMCU version
|
|
||||||
Which branch are you on? If you know the Git revision then add it here as well.
|
|
||||||
|
|
||||||
### Hardware
|
|
||||||
Describe which ESP8266 device you use and document any special hardware setup
|
|
||||||
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?
|
|
||||||
|
|
||||||
8<------------------------ END FEATURE REQUEST --------------------------------
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Expected behavior
|
||||||
|
|
||||||
|
### Actual behavior
|
||||||
|
|
||||||
|
### Test code
|
||||||
|
Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.
|
||||||
|
```Lua
|
||||||
|
-- add code here
|
||||||
|
```
|
||||||
|
### NodeMCU startup banner
|
||||||
|
You MUST include the firmware startup banner to describe the version you are using. We reserve the right to immediately close any bug that doesn't.
|
||||||
|
|
||||||
|
### Hardware
|
||||||
|
Describe which ESP8266/ESP32 device you use and document any special hardware setup
|
||||||
|
required to reproduce the problem.
|
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Missing feature
|
||||||
|
See issue #1010 and note that we reserve the right to close feature requests if the originating poster is not proposing to resource the development him or herself.
|
||||||
|
|
||||||
|
### 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?
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
name: Question
|
||||||
|
about: Use Stack Overflow instead
|
||||||
|
title: "\U0001F649"
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
🛑 𝙎𝙏𝙊𝙋
|
||||||
|
|
||||||
|
This issue tracker is not the place for questions!
|
||||||
|
|
||||||
|
If you want to ask how to do something, or to understand why something isn't working the way you expect it to, see https://nodemcu.readthedocs.io/en/latest/support/
|
||||||
|
|
||||||
|
We close all questions without reading them.
|
Loading…
Reference in New Issue