|
| 1 | +## Contributing to AsyncESP32_SC_W6100_Manager |
| 2 | + |
| 3 | +### Reporting Bugs |
| 4 | + |
| 5 | +Please report bugs in AsyncESP32_SC_W6100_Manager if you find them. |
| 6 | + |
| 7 | +However, before reporting a bug please check through the following: |
| 8 | + |
| 9 | +* [Existing Open Issues](https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager/issues) - someone might have already encountered this. |
| 10 | + |
| 11 | +If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncESP32_SC_W6100_Manager/issues/new). |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +### How to submit a bug report |
| 16 | + |
| 17 | +Please ensure to specify the following: |
| 18 | + |
| 19 | +* Arduino IDE version (e.g. 1.8.19) or Platform.io version |
| 20 | +* Board Type (e.g. ESP32S3_DEV, ESP32S2_DEV, ESP32C3_DEV) |
| 21 | +* Board Core Version (e.g. ESP32 core v2.0.6) |
| 22 | +* Contextual information (e.g. what you were trying to achieve) |
| 23 | +* Simplest possible steps to reproduce |
| 24 | +* Anything that might be relevant in your opinion, such as: |
| 25 | + * Operating system (Windows, Ubuntu, etc.) and the output of `uname -a` |
| 26 | + * Network configuration |
| 27 | + |
| 28 | + |
| 29 | +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. |
| 30 | + |
| 31 | + |
| 32 | +### Example |
| 33 | + |
| 34 | +``` |
| 35 | +Arduino IDE version: 1.8.19 |
| 36 | +ESP32S3_DEV board |
| 37 | +ESP32 core v2.0.6 |
| 38 | +OS: Ubuntu 20.04 LTS |
| 39 | +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 |
| 40 | +
|
| 41 | +Context: |
| 42 | +I encountered a crash while using this library |
| 43 | +Steps to reproduce: |
| 44 | +1. ... |
| 45 | +2. ... |
| 46 | +3. ... |
| 47 | +4. ... |
| 48 | +``` |
| 49 | + |
| 50 | +### Additional context |
| 51 | + |
| 52 | +Add any other context about the problem here. |
| 53 | + |
| 54 | +--- |
| 55 | + |
| 56 | +### Sending Feature Requests |
| 57 | + |
| 58 | +Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful. |
| 59 | + |
| 60 | +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. |
| 61 | + |
| 62 | +--- |
| 63 | + |
| 64 | +### Sending Pull Requests |
| 65 | + |
| 66 | +Pull Requests with changes and fixes are also welcome! |
| 67 | + |
| 68 | +Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux) |
| 69 | + |
| 70 | +1. Change directory to the library GitHub |
| 71 | + |
| 72 | +``` |
| 73 | +xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncESP32_SC_W6100_Manager_GitHub/ |
| 74 | +xy@xy-Inspiron-3593:~/Arduino/xy/AsyncESP32_SC_W6100_Manager_GitHub$ |
| 75 | +``` |
| 76 | + |
| 77 | +2. Issue astyle command |
| 78 | + |
| 79 | +``` |
| 80 | +xy@xy-Inspiron-3593:~/Arduino/xy/AsyncESP32_SC_W6100_Manager_GitHub$ bash utils/restyle.sh |
| 81 | +``` |
| 82 | + |
0 commit comments