Browse Source

👔 Fewer checkboxes in Bug Report

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

Loading…
Cancel
Save