File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : 🐞 Bug Report
2- description : Create a bug report to help us improve
2+ description : Create a bug report to help us improve CircuitPython
33labels :
44 - bug
55body :
66 - type : markdown
77 attributes :
88 value : >-
99 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.
1111 - type : textarea
1212 id : firmware
1313 attributes :
14- label : CircuitPython version
14+ label : CircuitPython version and board name
1515 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.
1818 placeholder : Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
1919 render : python
2020 validations :
2323 id : code
2424 attributes :
2525 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.
2727 placeholder : |
2828 import busio, bitbangio
2929 i2c = bitbangio.I2C(board.GP1, board.GP0)
You can’t perform that action at this time.
0 commit comments