8000 Update issue templates · comod/esp32_https_server@40dc03c · GitHub
[go: up one dir, main page]

Skip to content

Commit 40dc03c

Browse files
committed
Update issue templates
1 parent 158d926 commit 40dc03c

File tree

3 files changed

+83
-0
lines changed

3 files changed

+83
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is.
9+
10+
**How To Reproduce**
11+
Steps to reproduce the behavior:
12+
1. Go to '...'
13+
2. Click on '....'
14+
3. Scroll down to '....'
15+
4. See error
16+
17+
**Expected Behavior**
18+
A clear and concise description of what you expected to happen.
19+
20+
**Actual Behavior**
21+
A description of what actually happened.
22+
23+
**ESP32 Module**
24+
Please provide specifications of your module
25+
- RAM/PSRAM:
26+
- Flash Size:
27+
- Other special properties:
28+
29+
**Software (please complete the following information if applicable)**
30+
- IDE and Version: [e.g. Arduino 1.8.7, Sloeber 4.3, PlatformIO 3.6.2]
31+
- OS: [e.g. Debian stretch]
32+
- Client used to access the server: [e.g. Chrome 70.0, curl 7.55.1 - if possible, please try to reproduce the bug with a tool like curl -v to have most control on what's happening]
33+
34+
**Additional context**
35+
Add any other context about the problem here.
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+
5+
---
6+
7+
**Is your feature request related to a problem? Please describe.**
8+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...], or reference chapters of an RFC that you want to see implemented.
9+
10+
**Describe the solution you'd like**
11+
A clear and concise description of what you want to happen.
12+
13+
**Describe alternatives you've considered**
14+
A clear and concise description of any alternative solutions or features you've considered.
15+
16+
**Additional context**
17+
Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Question
3+
about: Get help on how to use this library
4+
5+
---
6+
7+
**Describe Your Goal**
8+
What are you trying to achieve?
9+
10+
**What Does Your Project Look Like**
11+
Provide a description of your project structure, other libraries that you use, ...
12+
13+
If you can boil your question down to a [minimal working example](https://en.wikipedia.org/wiki/Minimal_working_example), please do so and share the code here:
14+
15+
```c++
16+
// some code
17+
```
18+
19+
**ESP32 Module**
20+
Please provide specifications of your module
21+
- RAM/PSRAM:
22+
- Flash Size:
23+
- Other special properties:
24+
25+
**Software (please complete the following information if applicable)**
26+
- IDE and Version: [e.g. Arduino 1.8.7, Sloeber 4.3, PlatformIO 3.6.2]
27+
- OS: [e.g. Debian stretch]
28+
- Client used to access the server: [e.g. Chrome 70.0, curl 7.55.1 - if possible, please try to reproduce the bug with a tool like curl -v to have most control on what's happening]
29+
30+
**Additional context**
31+
Add any other context about the problem here.

0 commit comments

Comments
 (0)
0