Skip to content

Commit 3df30cb

Browse files
thinkyheadLCh-77
authored andcommitted
👔 Fewer checkboxes in Bug Report
1 parent c7beea9 commit 3df30cb

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+14-4
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,25 @@ body:
149149
- Same as my slicer
150150
- Other (explain below)
151151

152+
- type: markdown
153+
attributes:
154+
value: |
155+
# Attachments
156+
152157
- type: checkboxes
153158
attributes:
154-
label: Other things to include
159+
label: Don't forget to include
155160
options:
156161
- label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`.
157162
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.
163+
164+
- type: markdown
165+
attributes:
166+
value: |
167+
### Optional items to include:
168+
- 'Log output from the host. (`M111 S247` for maximum logging.)'
169+
- Images or videos demonstrating the problem, if it helps to make it clear.
170+
- A G-Code file that exposes the problem, if not affecting _all_ G-code.
161171
162172
- type: textarea
163173
attributes:

0 commit comments

Comments
 (0)