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

Commit 55b0dd2

Browse files
authored
Update .github
1 parent 66135dc commit 55b0dd2

File tree

1 file changed

+33
-5
lines changed

1 file changed

+33
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
4646
Please ensure to specify the following:
4747

4848
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
49-
* `RP2040` Core Version (e.g. RP2040 core v2.6.1)
50-
* `RP2040W` Board type (e.g. RASPBERRY_PI_PICO_W)
49+
* `RP2040` Core Version (e.g. RP2040 core v2.6.3)
50+
* `RP2040` Board type (e.g. RASPBERRY_PI_PICO_W)
5151
* Contextual information (e.g. what you were trying to achieve)
5252
* Simplest possible steps to reproduce
5353
* Anything that might be relevant in your opinion, such as:
@@ -59,14 +59,13 @@ Please ensure to specify the following:
5959

6060
```
6161
Arduino IDE version: 1.8.19
62-
RP2040 core v2.6.1
62+
RP2040 core v2.6.3
6363
RASPBERRY_PI_PICO_W Module
6464
OS: Ubuntu 20.04 LTS
65-
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
65+
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
6666
6767
Context:
6868
I encountered a crash while using this library
69-
7069
Steps to reproduce:
7170
1. ...
7271
2. ...
@@ -78,3 +77,32 @@ Steps to reproduce:
7877

7978
Add any other context about the problem here.
8079

80+
---
81+
82+
### Sending Feature Requests
83+
84+
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
85+
86+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
87+
88+
---
89+
90+
### Sending Pull Requests
91+
92+
Pull Requests with changes and fixes are also welcome!
93+
94+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
95+
96+
1. Change directory to the library GitHub
97+
98+
```
99+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncWebServer_RP2040W_GitHub/
100+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_RP2040W_GitHub$
101+
```
102+
103+
2. Issue astyle command
104+
105+
```
106+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_RP2040W_GitHub$ bash utils/restyle.sh
107+
```
108+

0 commit comments

Comments
 (0)