Skip to content

Commit f165b01

Browse files
authored
Reintroduce Python rendering per review feedback
1 parent 6726f25 commit f165b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ body:
1616
Include the version of CircuitPython you're running. You can see it in
1717
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
19+
render: python
1920
validations:
2021
required: true
2122
- type: textarea
@@ -35,7 +36,7 @@ body:
3536
label: Behavior
3637
description: What happens when you run the code above? Include error messages (if any).
3738
placeholder: |
38-
```
39+
```python
3940
Traceback (most recent call last):
4041
File "<stdin>", line 1, in <module>
4142
TimeoutError: Clock stretch too long

0 commit comments

Comments
 (0)