Skip to content

Commit 71a182c

Browse files
committed
Use new GitHub issue templates
1 parent 310faf7 commit 71a182c

File tree

4 files changed

+57
-33
lines changed

4 files changed

+57
-33
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Expected behavior
11+
12+
### Actual behavior
13+
14+
### Test code
15+
Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.
16+
```Lua
17+
-- add code here
18+
```
19+
### NodeMCU startup banner
20+
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.
21+
22+
### Hardware
23+
Describe which ESP8266/ESP32 device you use and document any special hardware setup
24+
required to reproduce the problem.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### Missing feature
11+
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.
12+
13+
### Justification
14+
Tell us why you would like to see this feature added.
15+
16+
### Workarounds
17+
Are there any workarounds you currently have in place because the feature is missing?

.github/ISSUE_TEMPLATE/question.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Question
3+
about: Use Stack Overflow instead
4+
title: "\U0001F649"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
🛑 𝙎𝙏𝙊𝙋
11+
12+
This issue tracker is not the place for questions!
13+
14+
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/
15+
16+
We close all questions without reading them.

0 commit comments

Comments
 (0)