Procházet zdrojové kódy

👔 Configs required to submit a Bug Report (#24256)

Keith Bennett před 2 roky
rodič
revize
6f3d7d864f
No account linked to committer's email address
1 změnil soubory, kde provedl 14 přidání a 15 odebrání
  1. 14
    15
      .github/ISSUE_TEMPLATE/bug_report.yml

+ 14
- 15
.github/ISSUE_TEMPLATE/bug_report.yml Zobrazit soubor

50
         Describe the bug in this section. Tell us what you were trying to do and what
50
         Describe the bug in this section. Tell us what you were trying to do and what
51
         happened that you did not expect. Provide a clear and concise description of the
51
         happened that you did not expect. Provide a clear and concise description of the
52
         problem and include as many details as possible.
52
         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.
53
       placeholder: |
55
       placeholder: |
54
         Marlin doesn't work.
56
         Marlin doesn't work.
55
     validations:
57
     validations:
147
         - Same as my slicer
149
         - Same as my slicer
148
         - Other (explain below)
150
         - Other (explain below)
149
 
151
 
150
-  - type: markdown
152
+  - type: checkboxes
151
     attributes:
153
     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.
166
 
161
 
167
   - type: textarea
162
   - type: textarea
168
     attributes:
163
     attributes:
169
       label: Additional information & file uploads
164
       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.

Loading…
Zrušit
Uložit