Skip to content

Commit d0aad5a

Browse files
committed
move last to textarea description
1 parent 01b5cbd commit d0aad5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ body:
5050
Describe the bug in this section. Tell us what you were trying to do and what
5151
happened that you did not expect. Provide a clear and concise description of the
5252
problem and include as many details as possible.
53+
54+
When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.
5355
placeholder: |
5456
Marlin doesn't work.
5557
validations:
@@ -156,8 +158,11 @@ body:
156158
- label: Log output from the host. (`M111 S247` for maximum logging.)
157159
- label: Images or videos demonstrating the problem, if it helps to make it clear.
158160
- label: A G-Code file that exposes the problem, if not affecting _all_ G-code.
159-
- label: If you've made any other modifications to the firmware, please describe them in detail in the space provided below.
160161

161162
- type: textarea
162163
attributes:
163164
label: Additional information & file uploads
165+
description: >-
166+
If you've made any other modifications to the firmware, please describe them in detail.
167+
168+
When pasting formatted text don't forget to put ` ``` ` (on its own line) before and after to make it readable.

0 commit comments

Comments
 (0)