Firmware2/.github/ISSUE_TEMPLATE/bug_report.md

59 lines
1.8 KiB
Markdown
Raw Normal View History

2019-12-01 20:56:18 +01:00
---
2021-03-12 07:44:25 +01:00
name: 🪲 Bug report
2019-12-01 20:56:18 +01:00
about: Report a bug in Marlin
2021-03-12 07:44:25 +01:00
title: "[BUG] (bug summary)"
2019-12-01 20:56:18 +01:00
labels: ''
assignees: ''
---
<!--
2020-10-27 23:48:06 +01:00
Please follow the instructions below. Failure to do so may result in your issue being closed.
2019-12-01 20:56:18 +01:00
2020-10-27 23:48:06 +01:00
### Before Reporting a Bug
2019-12-01 20:56:18 +01:00
2020-10-27 23:48:06 +01:00
1. Test with the `bugfix-2.0.x` branch to see whether the issue still exists.
2. Get troubleshooting help from the Marlin community to confirm it's a bug and not just a configuration error. Links at https://github.com/MarlinFirmware/Marlin/issues/new/choose
### Instructions
1. Fill out every section of the template below.
2. Always attach configuration files, regardless of whether you think they are involved.
3. Read and understand Marlin's Code of Conduct. By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md
2019-12-01 20:56:18 +01:00
-->
### Bug Description
2020-10-27 23:48:06 +01:00
<!-- Describe the bug in this section. (You can remove this invisible comment.) -->
### Configuration Files
2019-12-01 20:56:18 +01:00
2020-10-27 23:48:06 +01:00
**Required:** Include a ZIP file containing `Configuration.h` and `Configuration_adv.h`.
2019-12-01 20:56:18 +01:00
2020-10-27 23:48:06 +01:00
If you've made any other modifications describe them in detail here.
2019-12-01 20:56:18 +01:00
### Steps to Reproduce
2020-10-27 23:48:06 +01:00
<!-- Describe the steps needed to reproduce the issue. (You can remove this invisible comment.) -->
2019-12-01 20:56:18 +01:00
1. [First Step]
2. [Second Step]
3. [and so on...]
2020-10-27 23:48:06 +01:00
**Expected behavior:**
<!-- Describe what you expected to happen here. (You can remove this invisible comment.) -->
**Actual behavior:**
2019-12-01 20:56:18 +01:00
2020-10-27 23:48:06 +01:00
<!-- Describe what actually happens here. (You can remove this invisible comment.) -->
2019-12-01 20:56:18 +01:00
#### Additional Information
* Provide pictures or links to videos that clearly demonstrate the issue.
2020-10-27 23:48:06 +01:00
* See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/2.0.x/.github/contributing.md) for additional guidelines.