Skip to content

Commit fde61ea

Browse files
sjasonsmithzillarob
authored andcommitted
Update "Bug Report" template (MarlinFirmware#19906)
1 parent ecb722a commit fde61ea

1 file changed

Lines changed: 26 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,51 @@ assignees: ''
99

1010
<!--
1111
12-
Have you read 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
12+
Please follow the instructions below. Failure to do so may result in your issue being closed.
1313
14-
Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use one of the support links at https://github.com/MarlinFirmware/Marlin/issues/new/choose
14+
### Before Reporting a Bug
1515
16-
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved.
16+
1. Test with the `bugfix-2.0.x` branch to see whether the issue still exists.
17+
18+
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
19+
20+
### Instructions
21+
22+
1. Fill out every section of the template below.
23+
24+
2. Always attach configuration files, regardless of whether you think they are involved.
25+
26+
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
1727
1828
-->
1929

2030
### Bug Description
2131

22-
<!-- Description of the bug -->
32+
<!-- Describe the bug in this section. (You can remove this invisible comment.) -->
33+
34+
### Configuration Files
2335

24-
### My Configurations
36+
**Required:** Include a ZIP file containing `Configuration.h` and `Configuration_adv.h`.
2537

26-
**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files.
38+
If you've made any other modifications describe them in detail here.
2739

2840
### Steps to Reproduce
2941

30-
<!-- Please describe the steps needed to reproduce the issue -->
42+
<!-- Describe the steps needed to reproduce the issue. (You can remove this invisible comment.) -->
3143

3244
1. [First Step]
3345
2. [Second Step]
3446
3. [and so on...]
3547

36-
**Expected behavior:** [What you expect to happen]
48+
**Expected behavior:**
49+
50+
<!-- Describe what you expected to happen here. (You can remove this invisible comment.) -->
51+
52+
**Actual behavior:**
3753

38-
**Actual behavior:** [What actually happens]
54+
<!-- Describe what actually happens here. (You can remove this invisible comment.) -->
3955

4056
#### Additional Information
4157

4258
* Provide pictures or links to videos that clearly demonstrate the issue.
43-
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.
59+
* See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/2.0.x/.github/contributing.md) for additional guidelines.

0 commit comments

Comments
 (0)