From ee7476a0bfcfd9c894fe99398f456a4fe2426209 Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Tue, 27 Oct 2020 15:48:06 -0700 Subject: [PATCH] Update "Bug Report" template (#19906) --- .github/ISSUE_TEMPLATE/bug_report.md | 36 ++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 10 deletions(-) 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.