mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
Add Bug/Feature templates (#363)
This commit is contained in:
parent
a1d40c07cb
commit
9b2d810ffd
3 changed files with 110 additions and 0 deletions
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Executable file
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Executable file
|
@ -0,0 +1,59 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Report a bug in a Marlin Configuration
|
||||||
|
title: "[BUG] (short description)"
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Please follow the instructions below. Failure to do so may result in your issue being closed.
|
||||||
|
|
||||||
|
### Before Reporting a Bug
|
||||||
|
|
||||||
|
1. Test with the `import-2.0.x` branch to see whether the issue still exists. This will require testing with the Marlin `bugfix-2.0.x` branch.
|
||||||
|
|
||||||
|
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/Configurations/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
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
### Bug Description
|
||||||
|
|
||||||
|
<!-- Describe the bug in this section. (You can remove this invisible comment.) -->
|
||||||
|
|
||||||
|
### Configuration Files
|
||||||
|
|
||||||
|
**Required:** Include a ZIP file containing `Configuration.h` and `Configuration_adv.h`.
|
||||||
|
|
||||||
|
If you've made any other modifications describe them in detail here.
|
||||||
|
|
||||||
|
### Steps to Reproduce
|
||||||
|
|
||||||
|
<!-- Describe the steps needed to reproduce the issue. (You can remove this invisible comment.) -->
|
||||||
|
|
||||||
|
1. [First Step]
|
||||||
|
2. [Second Step]
|
||||||
|
3. [and so on...]
|
||||||
|
|
||||||
|
**Expected behavior:**
|
||||||
|
|
||||||
|
<!-- Describe what you expected to happen here. (You can remove this invisible comment.) -->
|
||||||
|
|
||||||
|
**Actual behavior:**
|
||||||
|
|
||||||
|
<!-- Describe what actually happens here. (You can remove this invisible comment.) -->
|
||||||
|
|
||||||
|
#### Additional Information
|
||||||
|
|
||||||
|
* Provide pictures or links to videos that clearly demonstrate the issue.
|
||||||
|
* See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/2.0.x/.github/contributing.md) for additional guidelines.
|
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Executable file
17
.github/ISSUE_TEMPLATE/config.yml
vendored
Executable file
|
@ -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!
|
34
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Executable file
34
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Executable file
|
@ -0,0 +1,34 @@
|
||||||
|
---
|
||||||
|
name: Configuration request
|
||||||
|
about: Request a Configuration
|
||||||
|
title: "[FR] (configuration 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/Configurations/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 configuration -->
|
||||||
|
|
||||||
|
### Configuration Details
|
||||||
|
|
||||||
|
<!-- Please describe the hardware/configuration if known. -->
|
||||||
|
|
||||||
|
* Manufacturer:
|
||||||
|
* Model:
|
||||||
|
* Motherboard:
|
||||||
|
|
||||||
|
#### Additional Information
|
||||||
|
|
||||||
|
* Provide links to the requested printer/configuration.
|
Loading…
Add table
Add a link
Reference in a new issue