You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+85-19
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,98 @@ assignees: ''
7
7
8
8
---
9
9
10
-
**Describe the bug**
10
+
### Describe the bug
11
+
11
12
A clear and concise description of what the bug is.
12
13
13
-
**To Reproduce**
14
-
Steps to reproduce the behavior:
15
-
1. Go to '...'
16
-
2. Click on '....'
17
-
3. Scroll down to '....'
18
-
4. See error
14
+
### Steps to Reproduce
15
+
16
+
Steps to reproduce the behavior. Including the [MRE](https://stackoverflow.com/help/minimal-reproducible-example) sketches
17
+
18
+
### Expected behavior
19
+
20
+
A clear and concise description of what you expected to happen.
21
+
22
+
### Actual behavior
23
+
24
+
A clear and concise description of what you expected to happen.
25
+
26
+
### Debug and AT-command log (if applicable)
19
27
20
-
**Expected behavior**
21
28
A clear and concise description of what you expected to happen.
22
29
23
-
**Screenshots**
30
+
### Screenshots
31
+
24
32
If applicable, add screenshots to help explain your problem.
25
33
26
-
**Desktop (please complete the following information):**
27
-
- OS: [e.g. iOS]
28
-
- Browser [e.g. chrome, safari]
29
-
- Version [e.g. 22]
34
+
---
35
+
36
+
### Information
37
+
38
+
Please ensure to specify the following:
39
+
40
+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
41
+
* Board type (e.g. ESP32_DEV)
42
+
* Board Core Version (e.g. ESP32 core v2.0.6)
43
+
* Contextual information (e.g. what you were trying to achieve)
44
+
* Simplest possible steps to reproduce
45
+
* Anything that might be relevant in your opinion, such as:
46
+
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
47
+
* Network configuration
48
+
49
+
Please be educated, civilized and constructive as you've always been. Disrespective posts against [GitHub Code of Conduct](https://docs.github.com/en/site-policy/github-terms/github-event-code-of-conduct) will be ignored and deleted.
50
+
51
+
---
52
+
53
+
### Example
30
54
31
-
**Smartphone (please complete the following information):**
32
-
- Device: [e.g. iPhone6]
33
-
- OS: [e.g. iOS8.1]
34
-
- Browser [e.g. stock browser, safari]
35
-
- Version [e.g. 22]
55
+
```
56
+
Arduino IDE version: 1.8.19
57
+
ESP32_DEV board
58
+
ESP32 core v2.0.6
59
+
OS: Ubuntu 20.04 LTS
60
+
Linux xy-Inspiron-3593 5.15.0-58-generic #64~20.04.1-Ubuntu SMP Fri Jan 6 16:42:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
61
+
62
+
Context:
63
+
I encountered a crash while using this library
64
+
Steps to reproduce:
65
+
1. ...
66
+
2. ...
67
+
3. ...
68
+
4. ...
69
+
```
70
+
71
+
### Additional context
36
72
37
-
**Additional context**
38
73
Add any other context about the problem here.
74
+
75
+
---
76
+
77
+
### Sending Feature Requests
78
+
79
+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
80
+
81
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncESP32_W6100_Manager/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
82
+
83
+
---
84
+
85
+
### Sending Pull Requests
86
+
87
+
Pull Requests with changes and fixes are also welcome!
88
+
89
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
90
+
91
+
1. Change directory to the library GitHub
92
+
93
+
```
94
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncESP32_W6100_Manager_GitHub/
0 commit comments