Reintroduce Python rendering per review feedback
This commit is contained in:
parent
6726f2518e
commit
f165b01552
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -16,6 +16,7 @@ body:
|
|||||||
Include the version of CircuitPython you're running. You can see it in
|
Include the version of CircuitPython you're running. You can see it in
|
||||||
the `boot_out.txt` file, as well as in the `REPL`.
|
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
|
placeholder: Adafruit CircuitPython 6.2.0 on 2021-03-01; Raspberry Pi Pico with rp2040
|
||||||
|
render: python
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -35,7 +36,7 @@ body:
|
|||||||
label: Behavior
|
label: Behavior
|
||||||
description: What happens when you run the code above? Include error messages (if any).
|
description: What happens when you run the code above? Include error messages (if any).
|
||||||
placeholder: |
|
placeholder: |
|
||||||
```
|
```python
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
TimeoutError: Clock stretch too long
|
TimeoutError: Clock stretch too long
|
||||||
|
Loading…
Reference in New Issue
Block a user