Reintroduce Python rendering per review feedback

This commit is contained in:
Alec Delaney 2023-02-18 10:17:28 -05:00 committed by GitHub
parent 6726f2518e
commit f165b01552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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
@ -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