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

Commit b67b965

Browse files
authored
Update .github
1 parent 6f82510 commit b67b965

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,14 @@ A clear and concise description of what you expected to happen.
3131

3232
If applicable, add screenshots to help explain your problem.
3333

34+
---
35+
3436
### Information
3537

3638
Please ensure to specify the following:
3739

3840
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
39-
* `RP2040` Core Version (e.g. RP2040 core v2.5.4)
41+
* `RP2040` Core Version (e.g. RP2040 core v2.7.1)
4042
* `RP2040` Board type (e.g. RASPBERRY_PI_PICO_W)
4143
* Contextual information (e.g. what you were trying to achieve)
4244
* Simplest possible steps to reproduce
@@ -45,17 +47,21 @@ Please ensure to specify the following:
4547
* Network configuration
4648

4749

50+
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.
51+
52+
---
53+
4854
### Example
4955

5056
```
5157
Arduino IDE version: 1.8.19
52-
RP2040 core v2.5.4
58+
RP2040 core v2.7.1
5359
RASPBERRY_PI_PICO_W Module
5460
OS: Ubuntu 20.04 LTS
55-
Linux xy-Inspiron-3593 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
61+
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
5662
5763
Context:
58-
I encountered a crash while using Async_AdvancedWebServer
64+
I encountered a crash while using this library
5965
6066
Steps to reproduce:
6167
1. ...

0 commit comments

Comments
 (0)