diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 48beca2c2d..6e735974a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,35 +9,51 @@ assignees: '' ### Bug Description - + + +### Configuration Files -### My Configurations +**Required:** Include a ZIP file containing `Configuration.h` and `Configuration_adv.h`. -**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files. +If you've made any other modifications describe them in detail here. ### Steps to Reproduce - + 1. [First Step] 2. [Second Step] 3. [and so on...] -**Expected behavior:** [What you expect to happen] +**Expected behavior:** + + + +**Actual behavior:** -**Actual behavior:** [What actually happens] + #### Additional Information * Provide pictures or links to videos that clearly demonstrate the issue. -* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines. +* See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/2.0.x/.github/contributing.md) for additional guidelines.