Skip to content

Commit 627f8ef

Browse files
committed
👔 Fewer checkboxes in Bug Report
1 parent ee90ae2 commit 627f8ef

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,24 @@ 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
155159
options:
156160
- label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`.
157161
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.
162+
163+
- type: markdown
164+
attributes:
165+
value: |
166+
### Optional items to include:
167+
- 'Log output from the host. (`M111 S247` for maximum logging.)'
168+
- Images or videos demonstrating the problem, if it helps to make it clear.
169+
- A G-Code file that exposes the problem, if not affecting _all_ G-code.
161170
162171
- type: textarea
163172
attributes:

0 commit comments

Comments
 (0)