8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6726f25 commit f165b01Copy full SHA for f165b01
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -16,6 +16,7 @@ body:
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`.
18
placeholder: Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
19
+ render: python
20
validations:
21
required: true
22
- type: textarea
@@ -35,7 +36,7 @@ body:
35
36
label: Behavior
37
description: What happens when you run the code above? Include error messages (if any).
38
placeholder: |
- ```
39
+ ```python
40
Traceback (most recent call last):
41
File "<stdin>", line 1, in <module>
42
TimeoutError: Clock stretch too long
0 commit comments