Skip to content

Commit ff31c99

Browse files
thisiskeithbLCh-77
authored andcommitted
👔 Configs required to submit a Bug Report (MarlinFirmware#24256)
1 parent 38729a4 commit ff31c99

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+14-15
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:
@@ -147,23 +149,20 @@ body:
147149
- Same as my slicer
148150
- Other (explain below)
149151

150-
- type: markdown
152+
- type: checkboxes
151153
attributes:
152-
value: >-
153-
## Other things to include
154-
155-
Please also be sure to include these items to help with troubleshooting:
156-
157-
* **A ZIP file** containing your `Configuration.h` and `Configuration_adv.h`.
158-
(Please don't paste lengthy configuration text here.)
159-
* **Log output** from the host. (`M111 S247` for maximum logging.)
160-
* **Images or videos** demonstrating the problem, if it helps to make it clear.
161-
* **A G-Code file** that exposes the problem, if not affecting _all_ G-code.
162-
163-
If you've made any other modifications to the firmware, please describe them in detail in the space provided.
164-
165-
When pasting formatted text into the box below don't forget to put ` ``` ` (on its own line) before and after to make it readable.
154+
label: Other things to include
155+
options:
156+
- label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`.
157+
required: true
158+
- label: Log output from the host. (`M111 S247` for maximum logging.)
159+
- label: Images or videos demonstrating the problem, if it helps to make it clear.
160+
- label: A G-Code file that exposes the problem, if not affecting _all_ G-code.
166161

167162
- type: textarea
168163
attributes:
169164
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)