File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : 🐞 Bug Report
2
- description : Create a bug report to help us improve
2
+ description : Create a bug report to help us improve CircuitPython
3
3
labels :
4
4
- bug
5
5
body :
6
6
- type : markdown
7
7
attributes :
8
8
value : >-
9
9
Thanks for testing out CircuitPython! Now that you have encountered a
10
- bug... you can file a report for it.
10
+ bug, you can file a report for it.
11
11
- type : textarea
12
12
id : firmware
13
13
attributes :
14
- label : CircuitPython version
14
+ label : CircuitPython version and board name
15
15
description : >-
16
- Include the version of CircuitPython you're running. You can see it in
17
- the `boot_out.txt` file, as well as in the ` REPL` .
16
+ Include the version of CircuitPython you're running and the name of the board you're using.
17
+ You can find this information in the `boot_out.txt` file, as well as in the REPL.
18
18
placeholder : Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
19
19
render : python
20
20
validations :
23
23
id : code
24
24
attributes :
25
25
label : Code/REPL
26
- description : This is automatically rendered as Python, so no need for backticks.
26
+ description : Code here is automatically rendered as Python, so you don't need to include backticks.
27
27
placeholder : |
28
28
import busio, bitbangio
29
29
i2c = bitbangio.I2C(board.GP1, board.GP0)
You can’t perform that action at this time.
0 commit comments