Skip to content

Commit 8651598

Browse files
authored
Merge pull request #10008 from dhalbert/issue-board-name
ISSUE_TEMPLATES/bug_report.yml: ask for board name
2 parents db53e12 + 46ebb3e commit 8651598

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: 🐞 Bug Report
2-
description: Create a bug report to help us improve
2+
description: Create a bug report to help us improve CircuitPython
33
labels:
44
- bug
55
body:
66
- type: markdown
77
attributes:
88
value: >-
99
Thanks for testing out CircuitPython! Now that you have encountered a
10-
bug... you can file a report for it.
10+
bug, you can file a report for it.
1111
- type: textarea
1212
id: firmware
1313
attributes:
14-
label: CircuitPython version
14+
label: CircuitPython version and board name
1515
description: >-
16-
Include the version of CircuitPython you're running. You can see it in
17-
the `boot_out.txt` file, as well as in the `REPL`.
16+
Include the version of CircuitPython you're running and the name of the board you're using.
17+
You can find this information in 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
1919
render: python
2020
validations:
@@ -23,7 +23,7 @@ body:
2323
id: code
2424
attributes:
2525
label: Code/REPL
26-
description: This is automatically rendered as Python, so no need for backticks.
26+
description: Code here is automatically rendered as Python, so you don't need to include backticks.
2727
placeholder: |
2828
import busio, bitbangio
2929
i2c = bitbangio.I2C(board.GP1, board.GP0)

0 commit comments

Comments
 (0)