@@ -7,32 +7,64 @@ assignees: ''
7
7
8
8
---
9
9
10
- ** Describe the bug**
10
+ ### Describe the bug
11
+
11
12
A clear and concise description of what the bug is.
12
13
13
- ** To Reproduce**
14
- Steps to reproduce the behavior:
15
- 1 . Go to '...'
16
- 2 . Click on '....'
17
- 3 . Scroll down to '....'
18
- 4 . See error
14
+ ### Steps to Reproduce
15
+
16
+ Steps to reproduce the behavior. Including the [ MRE] ( https://stackoverflow.com/help/minimal-reproducible-example ) sketches
17
+
18
+ ### Expected behavior
19
+
20
+ A clear and concise description of what you expected to happen.
21
+
22
+ ### Actual behavior
23
+
24
+ A clear and concise description of what you expected to happen.
25
+
26
+ ### Debug and log (if applicable)
19
27
20
- ** Expected behavior**
21
28
A clear and concise description of what you expected to happen.
22
29
23
- ** Screenshots**
30
+ ### Screenshots
31
+
24
32
If applicable, add screenshots to help explain your problem.
25
33
26
- ** Desktop (please complete the following information):**
27
- - OS: [ e.g. iOS]
28
- - Browser [ e.g. chrome, safari]
29
- - Version [ e.g. 22]
34
+ ### Information
35
+
36
+ Please ensure to specify the following:
37
+
38
+ * Arduino IDE version (e.g. 1.8.15) or Platform.io version
39
+ * ` Arduino mbed_rp2040 ` Core Version (e.g. Arduino mbed_rp2040 core v2.1.0)
40
+ * ` RP2040 ` Board type (e.g. Nano_RP2040_Connect, RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040, GENERIC_RP2040, etc.)
41
+ * Contextual information (e.g. what you were trying to achieve)
42
+ * Simplest possible steps to reproduce
43
+ * Anything that might be relevant in your opinion, such as:
44
+ * Operating system (Windows, Ubuntu, etc.) and the output of ` uname -a `
45
+ * Network configuration
46
+
47
+
48
+ ### Example
49
+
50
+ ```
51
+ Arduino IDE version: 1.8.15
52
+ Arduino mbed_rp2040 core v2.1.0
53
+ RASPBERRY_PI_PICO board
54
+ OS: Ubuntu 20.04 LTS
55
+ Linux xy-Inspiron-3593 5.4.0-74-generic #83-Ubuntu SMP Sat May 8 02:35:39 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
56
+
57
+ Context:
58
+ I encountered a crash while using TimerInterrupt.
59
+
60
+ Steps to reproduce:
61
+ 1. ...
62
+ 2. ...
63
+ 3. ...
64
+ 4. ...
65
+ ```
66
+
30
67
31
- ** Smartphone (please complete the following information):**
32
- - Device: [ e.g. iPhone6]
33
- - OS: [ e.g. iOS8.1]
34
- - Browser [ e.g. stock browser, safari]
35
- - Version [ e.g. 22]
68
+ ### Additional context
36
69
37
- ** Additional context**
38
70
Add any other context about the problem here.
0 commit comments