|
| 1 | +name: 🪲 Report a bug |
| 2 | +description: Create a bug report to help improve Marlin Firmware |
| 3 | +title: "[BUG] (bug summary)" |
| 4 | +body: |
| 5 | + - type: markdown |
| 6 | + attributes: |
| 7 | + value: > |
| 8 | + Do you want to ask a question? Are you looking for support? Please use one of the [support links](https://github.com/MarlinFirmware/Marlin/issues/new/choose). |
| 9 | +
|
| 10 | + - type: markdown |
| 11 | + attributes: |
| 12 | + value: | |
| 13 | + **Thank you for reporting a bug in Marlin Firmware!** |
| 14 | +
|
| 15 | + ## Before Reporting a Bug |
| 16 | +
|
| 17 | + - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect. |
| 18 | +
|
| 19 | + - Test with the [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see whether the issue still exists. |
| 20 | +
|
| 21 | + ## Instructions |
| 22 | +
|
| 23 | + Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/contributing.md) for additional guidelines. |
| 24 | +
|
| 25 | + 1. Provide a good title starting with [BUG]. |
| 26 | + 2. Fill out all sections of this bug report form. |
| 27 | + 3. Always attach configuration files so we can build and test your setup. |
| 28 | +
|
| 29 | + - type: dropdown |
| 30 | + attributes: |
| 31 | + label: Did you test the latest `bugfix-2.0.x` code? |
| 32 | + description: >- |
| 33 | + Always try the latest code to make sure the issue you are reporting is not already fixed. To download |
| 34 | + the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip). |
| 35 | + options: |
| 36 | + - Yes, and the problem still exists. |
| 37 | + - No, but I will test it now! |
| 38 | + validations: |
| 39 | + required: true |
| 40 | + |
| 41 | + - type: markdown |
| 42 | + attributes: |
| 43 | + value: | |
| 44 | + # Bug Details |
| 45 | +
|
| 46 | + - type: textarea |
| 47 | + attributes: |
| 48 | + label: Bug Description |
| 49 | + description: >- |
| 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 |
| 52 | + problem and include as many details as possible. |
| 53 | + placeholder: | |
| 54 | + Marlin doesn't work. |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: input |
| 59 | + attributes: |
| 60 | + label: Bug Timeline |
| 61 | + description: Is this a new bug or an old issue? When did it first start? |
| 62 | + |
| 63 | + - type: textarea |
| 64 | + attributes: |
| 65 | + label: Expected behavior |
| 66 | + description: >- |
| 67 | + What did you expect to happen? |
| 68 | + placeholder: I expected it to move left. |
| 69 | + |
| 70 | + - type: textarea |
| 71 | + attributes: |
| 72 | + label: Actual behavior |
| 73 | + description: What actually happened instead? |
| 74 | + placeholder: It moved right instead of left. |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + attributes: |
| 78 | + label: Steps to Reproduce |
| 79 | + description: >- |
| 80 | + Please describe the steps needed to reproduce the issue. |
| 81 | + placeholder: | |
| 82 | + 1. [First Step] ... |
| 83 | + 2. [Second Step] ... |
| 84 | + 3. [and so on] ... |
| 85 | +
|
| 86 | + - type: markdown |
| 87 | + attributes: |
| 88 | + value: | |
| 89 | + # Your Setup |
| 90 | +
|
| 91 | + - type: input |
| 92 | + attributes: |
| 93 | + label: Version of Marlin Firmware |
| 94 | + description: "See the About Menu on the LCD or the output of `M115`. NOTE: For older releases we only patch critical bugs." |
| 95 | + validations: |
| 96 | + required: true |
| 97 | + |
| 98 | + - type: input |
| 99 | + attributes: |
| 100 | + label: Printer model |
| 101 | + description: Creality Ender 3, Prusa mini, or Kossel Delta? |
| 102 | + |
| 103 | + - type: input |
| 104 | + attributes: |
| 105 | + label: Electronics |
| 106 | + description: Stock electronics, upgrade board, or something else? |
| 107 | + |
| 108 | + - type: input |
| 109 | + attributes: |
| 110 | + label: Add-ons |
| 111 | + description: Please list any hardware add-ons that could be involved. |
| 112 | + |
| 113 | + - type: dropdown |
| 114 | + attributes: |
| 115 | + label: Bed Leveling |
| 116 | + description: What kind of bed leveling compensation are you using? |
| 117 | + options: |
| 118 | + - UBL Bilinear mesh |
| 119 | + - ABL Bilinear mesh |
| 120 | + - ABL Linear grid |
| 121 | + - ABL 3-point |
| 122 | + - MBL Manual Bed Leveling |
| 123 | + - No Bed Leveling |
| 124 | + |
| 125 | + - type: dropdown |
| 126 | + attributes: |
| 127 | + label: Your Slicer |
| 128 | + description: Do you use Slic3r, Prusa Slicer, Simplify3D, IdeaMaker...? |
| 129 | + options: |
| 130 | + - Slic3r |
| 131 | + - Simplify3D |
| 132 | + - Prusa Slicer |
| 133 | + - IdeaMaker |
| 134 | + - Cura |
| 135 | + - Other (explain below) |
| 136 | + |
| 137 | + - type: dropdown |
| 138 | + attributes: |
| 139 | + label: Host Software |
| 140 | + description: Do you use OctoPrint, Repetier Host, Pronterface...? |
| 141 | + options: |
| 142 | + - SD Card (headless) |
| 143 | + - Repetier Host |
| 144 | + - OctoPrint |
| 145 | + - Pronterface |
| 146 | + - Cura |
| 147 | + - Same as my slicer |
| 148 | + - Other (explain below) |
| 149 | + |
| 150 | + - type: markdown |
| 151 | + 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. |
| 166 | +
|
| 167 | + - type: textarea |
| 168 | + attributes: |
| 169 | + label: Additional information & file uploads |
0 commit comments