Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit fec7816

Browse files
authored
Update .github
1 parent 4fdbf10 commit fec7816

File tree

1 file changed

+34
-5
lines changed

1 file changed

+34
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Please ensure to specify the following:
3737

3838
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
3939
* `Teensyduino` Core Version (e.g. `Teensyduino core v1.57`)
40-
* `QNEthernet` library version (e.g. `QNEthernet v0.15.0`)
40+
* `QNEthernet` library version (e.g. `QNEthernet v0.16.0`)
4141
* Board type and relevant info
4242
* Contextual information (e.g. what you were trying to achieve)
4343
* Simplest possible steps to reproduce
@@ -51,13 +51,12 @@ Please ensure to specify the following:
5151
```
5252
Arduino IDE version: 1.8.19
5353
Teensyduino core v1.57
54-
Teensy 4.1 using QNEthernet v0.15.0
54+
Teensy 4.1 using QNEthernet v0.16.0
5555
OS: Ubuntu 20.04 LTS
56-
Linux xy-Inspiron-3593 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
56+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
5757
5858
Context:
59-
I encountered an endless loop while using this library
60-
59+
I encountered a crash while using this library
6160
Steps to reproduce:
6261
1. ...
6362
2. ...
@@ -68,3 +67,33 @@ Steps to reproduce:
6867
### Additional context
6968

7069
Add any other context about the problem here.
70+
71+
---
72+
73+
### Sending Feature Requests
74+
75+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
76+
77+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_Teensy41/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
78+
79+
---
80+
81+
### Sending Pull Requests
82+
83+
Pull Requests with changes and fixes are also welcome!
84+
85+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
86+
87+
1. Change directory to the library GitHub
88+
89+
```
90+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncWebServer_Teensy41_GitHub/
91+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_Teensy41_GitHub$
92+
```
93+
94+
2. Issue astyle command
95+
96+
```
97+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_Teensy41_GitHub$ bash utils/restyle.sh
98+
```
99+

0 commit comments

Comments
 (0)