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

Commit c3bd893

Browse files
authored
Update .github
1 parent 9298993 commit c3bd893

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ However, before reporting a bug please check through the following:
4141

4242
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/new).
4343

44+
---
45+
4446
### How to submit a bug report
4547

4648
Please ensure to specify the following:
4749

4850
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
49-
* `RP2040` Core Version (e.g. RP2040 core v2.6.3)
51+
* `RP2040` Core Version (e.g. RP2040 core v2.7.1)
5052
* `RP2040` Board type (e.g. RASPBERRY_PI_PICO_W)
5153
* Contextual information (e.g. what you were trying to achieve)
5254
* Simplest possible steps to reproduce
@@ -55,14 +57,18 @@ Please ensure to specify the following:
5557
* Network configuration
5658

5759

60+
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.
61+
62+
---
63+
5864
### Example
5965

6066
```
6167
Arduino IDE version: 1.8.19
62-
RP2040 core v2.6.3
68+
RP2040 core v2.7.1
6369
RASPBERRY_PI_PICO_W Module
6470
OS: Ubuntu 20.04 LTS
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
71+
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
6672
6773
Context:
6874
I encountered a crash while using this library

0 commit comments

Comments
 (0)