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.
A clear and concise description of what the bug is.
12
14
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
15
+
### Steps to Reproduce
16
+
17
+
Steps to reproduce the behavior. Including the [MRE](https://stackoverflow.com/help/minimal-reproducible-example) sketches
18
+
19
+
### Expected behavior
19
20
20
-
**Expected behavior**
21
21
A clear and concise description of what you expected to happen.
22
22
23
-
**Screenshots**
23
+
### Actual behavior
24
+
25
+
A clear and concise description of what you expected to happen.
26
+
27
+
### Debug and AT-command log (if applicable)
28
+
29
+
A clear and concise description of what you expected to happen.
30
+
31
+
### Screenshots
32
+
24
33
If applicable, add screenshots to help explain your problem.
25
34
26
-
**Desktop (please complete the following information):**
27
-
- OS: [e.g. iOS]
28
-
- Browser [e.g. chrome, safari]
29
-
- Version [e.g. 22]
35
+
### Information
36
+
37
+
Please report bugs in AsyncESP32_SC_W6100_Manager if you find them.
38
+
39
+
However, before reporting a bug please check through the following:
40
+
41
+
*[Existing Open Issues](https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager/issues) - someone might have already encountered this.
42
+
43
+
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager/issues/new).
44
+
45
+
---
46
+
47
+
### How to submit a bug report
48
+
49
+
Please ensure to specify the following:
50
+
51
+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
52
+
* Board Type (e.g. ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV)
53
+
* Board Core Version (e.g. ESP32 core v2.0.6)
54
+
* Contextual information (e.g. what you were trying to achieve)
55
+
* Simplest possible steps to reproduce
56
+
* Anything that might be relevant in your opinion, such as:
57
+
* Operating system (Windows, Ubuntu, etc.) and the output of `uname -a`
58
+
* Network configuration
59
+
30
60
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]
61
+
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.
62
+
63
+
---
64
+
65
+
### Example
66
+
67
+
```
68
+
Arduino IDE version: 1.8.19
69
+
ESP32S3_DEV board
70
+
ESP32 core v2.0.6
71
+
OS: Ubuntu 20.04 LTS
72
+
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
73
+
74
+
Context:
75
+
I encountered a crash while using this library
76
+
Steps to reproduce:
77
+
1. ...
78
+
2. ...
79
+
3. ...
80
+
4. ...
81
+
```
82
+
83
+
### Additional context
36
84
37
-
**Additional context**
38
85
Add any other context about the problem here.
86
+
87
+
---
88
+
89
+
### Sending Feature Requests
90
+
91
+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
92
+
93
+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
94
+
95
+
---
96
+
97
+
### Sending Pull Requests
98
+
99
+
Pull Requests with changes and fixes are also welcome!
100
+
101
+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
102
+
103
+
1. Change directory to the library GitHub
104
+
105
+
```
106
+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncESP32_SC_W6100_Manager_GitHub/
0 commit comments