Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 2ec9909

Browse files
authored
Update .github
1 parent fec47e1 commit 2ec9909

File tree

1 file changed

+33
-6
lines changed

1 file changed

+33
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 6 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,14 +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-50-generic #56~20.04.1-Ubuntu SMP Tue Sep 27 15:51:29 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 a crash when using this library
60-
61-
59+
I encountered a crash while using this library
6260
Steps to reproduce:
6361
1. ...
6462
2. ...
@@ -70,3 +68,32 @@ Steps to reproduce:
7068

7169
Add any other context about the problem here.
7270

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/AsyncHTTPRequest_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/AsyncHTTPRequest_Teensy41_GitHub/
91+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncHTTPRequest_Teensy41_GitHub$
92+
```
93+
94+
2. Issue astyle command
95+
96+
```
97+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncHTTPRequest_Teensy41_GitHub$ bash utils/restyle.sh
98+
```
99+

0 commit comments

Comments
 (0)