forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68da497
commit ac7ee4b
Showing
7 changed files
with
146 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug in Marlin | ||
title: "[BUG] (short description)" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
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 | ||
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 | ||
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved. | ||
--> | ||
|
||
### Bug Description | ||
|
||
<!-- Description of the bug --> | ||
|
||
### My Configurations | ||
|
||
**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files. | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- Please describe the steps needed to reproduce the issue --> | ||
|
||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
|
||
**Expected behavior:** [What you expect to happen] | ||
|
||
**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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Marlin Documentation | ||
url: http://marlinfw.org/ | ||
about: Lots of documentation on installing and using Marlin. | ||
- name: MarlinFirmware Facebook group | ||
url: https://www.facebook.com/groups/1049718498464482 | ||
about: Please ask and answer questions here. | ||
- name: Marlin on Discord | ||
url: https://discord.gg/n5NJ59y | ||
about: Join the Discord server for support and discussion. | ||
- name: Marlin Discussion Forum | ||
url: http://forums.reprap.org/list.php?415 | ||
about: A searchable web forum hosted by RepRap dot org. | ||
- name: Marlin Videos on YouTube | ||
url: https://www.youtube.com/results?search_query=marlin+firmware | ||
about: Tutorials and more from Marlin users all around the world. Great for new users! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: Feature request | ||
about: Request a Feature | ||
title: "[FR] (feature request title)" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
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 | ||
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 | ||
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved. | ||
--> | ||
|
||
### Description | ||
|
||
<!-- Description of the requested feature --> | ||
|
||
### Feature Workflow | ||
|
||
<!-- Please describe the feature's behavior, user interaction, etc. --> | ||
|
||
1. [First Action] | ||
2. [Second Action] | ||
3. [and so on...] | ||
|
||
#### Additional Information | ||
|
||
* Provide pictures or links that demonstrate a similar feature or concept. | ||
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,16 @@ | ||
<!-- | ||
# NO SUPPORT REQUESTS PLEASE | ||
|
||
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/bugfix-2.0.x/.github/code_of_conduct.md | ||
Support Requests posted here will be automatically closed! | ||
|
||
Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use the Marlin Firmware forum at http://forums.reprap.org/list.php?415 or the Marlin Facebook Group https://www.facebook.com/groups/1049718498464482/ or the Marlin Discord Server https://discord.gg/n5NJ59y. | ||
This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. See https://github.com/MarlinFirmware/Marlin/blob/1.1.x/.github/contributing.md#i-dont-want-to-read-this-whole-thing-i-just-have-a-question. | ||
|
||
Before filing an issue be sure to test the 1.1 and/or 2.0 "bugfix" branches to see whether the issue is already addressed. | ||
For best results getting help with configuration and troubleshooting, please use the following resources: | ||
|
||
--> | ||
- RepRap.org Marlin Forum http://forums.reprap.org/list.php?415 | ||
- Tom's 3D Forums https://discuss.toms3d.org/ | ||
- Facebook Group "Marlin Firmware" https://www.facebook.com/groups/1049718498464482/ | ||
- Facebook Group "Marlin Firmware for 3D Printers" https://www.facebook.com/groups/3Dtechtalk/ | ||
- Marlin Configuration https://www.youtube.com/results?search_query=marlin+configuration on YouTube | ||
- Marlin Discord server. Join link: https://discord.gg/n5NJ59y | ||
|
||
### Description | ||
|
||
<!-- Description of the bug or requested feature --> | ||
|
||
### Steps to Reproduce | ||
|
||
<!-- If this is a Bug Report, please describe the steps needed to reproduce the issue --> | ||
|
||
1. [First Step] | ||
2. [Second Step] | ||
3. [and so on...] | ||
|
||
**Expected behavior:** [What you expect to happen] | ||
|
||
**Actual behavior:** [What actually happens] | ||
|
||
#### Additional Information | ||
|
||
* Include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files. | ||
* Provide pictures or links to videos that clearly demonstrate the issue. | ||
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines. | ||
After seeking help from the community, if the consensus points to to a bug in Marlin, then you should post a Bug Report at https://github.com/MarlinFirmware/Marlin/issues/new/choose). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters