Skip to content

Commit 6726f25

Browse files
authored
Minor fixes to bug report template
1 parent e3b924b commit 6726f25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: >-
9-
Thanks! for testing out CircuitPython. Now that you have encountered a
9+
Thanks for testing out CircuitPython! Now that you have encountered a
1010
bug... you can file a report for it.
1111
- type: textarea
1212
id: firmware
@@ -16,7 +16,6 @@ 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
2019
validations:
2120
required: true
2221
- type: textarea
@@ -36,7 +35,7 @@ body:
3635
label: Behavior
3736
description: What happens when you run the code above? Include error messages (if any).
3837
placeholder: |
39-
```python
38+
```
4039
Traceback (most recent call last):
4140
File "<stdin>", line 1, in <module>
4241
TimeoutError: Clock stretch too long

0 commit comments

Comments
 (0)