Skip to content

Commit 816e7cd

Browse files
committed
Marlin 2.0 Release
Keeping up with Marlin 2.0 Release
1 parent b85c8c4 commit 816e7cd

File tree

504 files changed

+66180
-1880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

504 files changed

+66180
-1880
lines changed

.circleci/config.yml

-274
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
name: Bug report
3+
about: Report a bug in Marlin
4+
title: "[BUG] (short description)"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
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
13+
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
15+
16+
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved.
17+
18+
-->
19+
20+
### Bug Description
21+
22+
<!-- Description of the bug -->
23+
24+
### My Configurations
25+
26+
**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files.
27+
28+
### Steps to Reproduce
29+
30+
<!-- Please describe the steps needed to reproduce the issue -->
31+
32+
1. [First Step]
33+
2. [Second Step]
34+
3. [and so on...]
35+
36+
**Expected behavior:** [What you expect to happen]
37+
38+
**Actual behavior:** [What actually happens]
39+
40+
#### Additional Information
41+
42+
* Provide pictures or links to videos that clearly demonstrate the issue.
43+
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.

.github/ISSUE_TEMPLATE/config.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Marlin Documentation
4+
url: http://marlinfw.org/
5+
about: Lots of documentation on installing and using Marlin.
6+
- name: MarlinFirmware Facebook group
7+
url: https://www.facebook.com/groups/1049718498464482
8+
about: Please ask and answer questions here.
9+
- name: Marlin on Discord
10+
url: https://discord.gg/n5NJ59y
11+
about: Join the Discord server for support and discussion.
12+
- name: Marlin Discussion Forum
13+
url: http://forums.reprap.org/list.php?415
14+
about: A searchable web forum hosted by RepRap dot org.
15+
- name: Marlin Videos on YouTube
16+
url: https://www.youtube.com/results?search_query=marlin+firmware
17+
about: Tutorials and more from Marlin users all around the world. Great for new users!
+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
name: Feature request
3+
about: Request a Feature
4+
title: "[FR] (feature request title)"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
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
13+
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
15+
16+
Before filing an issue be sure to test the "bugfix" branches to see whether the issue has been resolved.
17+
18+
-->
19+
20+
### Description
21+
22+
<!-- Description of the requested feature -->
23+
24+
### Feature Workflow
25+
26+
<!-- Please describe the feature's behavior, user interaction, etc. -->
27+
28+
1. [First Action]
29+
2. [Second Action]
30+
3. [and so on...]
31+
32+
#### Additional Information
33+
34+
* Provide pictures or links that demonstrate a similar feature or concept.
35+
* See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.

0 commit comments

Comments
 (0)