You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Thank you for contributing to GCode Reference! 😄 💙
2
2
3
-
Thank you for contributing to GCode Reference! :)
3
+
### ⚠️ IMPORTANT ⚠️
4
4
5
-
Before you submit, please read the following:
5
+
#### Before you submit, please read the following
6
6
7
-
Search open/closed issues before submitting. Someone may have pushed the same code before.
8
-
9
-
Provide a clear & concise title in the field above.
7
+
- Search open/closed issues before submitting. Someone may have pushed the same code before.
10
8
11
9
- Please create an issue _before_ creating a Pull Request
10
+
11
+
- Provide a clear & concise title in the field above.
12
12
13
-
-->
13
+
### ⬆️ DELETE THE ABOVE _BEFORE_ SUBMITTING ⬆️
14
+
15
+
---
14
16
15
17
# Pull Request
16
18
17
19
## Description
18
20
19
21
<!--
20
-
Please include a summary of the changes and which issue or issues it will address. Please also include context and reasoning for pull request.
22
+
Please include a summary of the changes and which issue or issues it will address. Please also include context and reasoning for pull request.
21
23
-->
22
24
23
25
## Issues
24
26
25
27
<!--
26
28
27
-
* List and link any relevant issues here.
29
+
List and link any relevant issues here.
28
30
29
31
-->
30
32
@@ -40,11 +42,11 @@ Please include a summary of the changes and which issue or issues it will addres
40
42
41
43
<!-- Please check off the following -->
42
44
43
-
-[] I have followed the guidelines in the [Contributing](https://github.com/appliedengdesign/gcode-reference/blob/main/CONTRIBUTING.md) document.
44
-
-[] I have followed the [Code of Conduct](https://github.com/appliedengdesign/gcode-reference/blob/main/CODE_OF_CONDUCT.md) for this project.
45
-
-[] My changes follow the coding style of this project.
46
-
-[] I have run `npm run test-all` and it completed without errors.
47
-
-[] My changes have been formatted and linted.
48
-
-[] I have made any relevant changes to the documentation as needed (include CHANGELOG.md and/or README.md).
49
-
-[] My changes have a descriptive commit message with a short title, including links to issues it addresses.
50
-
-[] I had fun.
45
+
-[] I have followed the guidelines in the [Contributing](https://github.com/appliedengdesign/gcode-reference/blob/main/CONTRIBUTING.md) document.
46
+
-[] I have followed the [Code of Conduct](https://github.com/appliedengdesign/gcode-reference/blob/main/CODE_OF_CONDUCT.md) for this project.
47
+
-[] My changes follow the coding style of this project.
48
+
-[] I have run `npm run test:all` and it completed without errors.
49
+
-[] My changes have been formatted and linted.
50
+
-[] I have made any relevant changes to the documentation as needed.
51
+
-[] My changes have a descriptive commit message following [Conventional Commits](https://www.conventionalcommits.or) with a short title, including links to issues it addresses.
0 commit comments