Browse Source

👔 Fewer checkboxes in Bug Report

Scott Lahteine 1 year ago
parent
commit
20dea22091
1 changed files with 14 additions and 4 deletions
  1. 14
    4
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 14
- 4
.github/ISSUE_TEMPLATE/bug_report.yml View File

@@ -149,15 +149,25 @@ body:
149 149
         - Same as my slicer
150 150
         - Other (explain below)
151 151
 
152
+  - type: markdown
153
+    attributes:
154
+      value: |
155
+        # Attachments
156
+
152 157
   - type: checkboxes
153 158
     attributes:
154
-      label: Other things to include
159
+      label: Don't forget to include
155 160
       options:
156 161
         - label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`.
157 162
           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.
161 171
 
162 172
   - type: textarea
163 173
     attributes:

Loading…
Cancel
Save