Skip to content

Commit

Permalink
Reintroduce Python rendering per review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik authored Feb 18, 2023
1 parent 6726f25 commit f165b01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ body:
Include the version of CircuitPython you're running. You can see it in
the `boot_out.txt` file, as well as in the `REPL`.
placeholder: Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
render: python
validations:
required: true
- type: textarea
Expand All @@ -35,7 +36,7 @@ body:
label: Behavior
description: What happens when you run the code above? Include error messages (if any).
placeholder: |
```
```python
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TimeoutError: Clock stretch too long
Expand Down

0 comments on commit f165b01

Please sign in to comment.