Skip to content

Commit 9b00459

Browse files
committed
chore: update GH pull request template
1 parent 0fa789c commit 9b00459

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
1-
<!---
1+
## Thank you for contributing to GCode Reference! 😄 💙
22

3-
Thank you for contributing to GCode Reference! :)
3+
### ⚠️ IMPORTANT ⚠️
44

5-
Before you submit, please read the following:
5+
#### Before you submit, please read the following
66

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.
108

119
- Please create an issue _before_ creating a Pull Request
10+
11+
- Provide a clear & concise title in the field above.
1212

13-
-->
13+
### ⬆️ DELETE THE ABOVE _BEFORE_ SUBMITTING ⬆️
14+
15+
---
1416

1517
# Pull Request
1618

1719
## Description
1820

1921
<!--
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.
2123
-->
2224

2325
## Issues
2426

2527
<!--
2628
27-
* List and link any relevant issues here.
29+
List and link any relevant issues here.
2830
2931
-->
3032

@@ -40,11 +42,11 @@ Please include a summary of the changes and which issue or issues it will addres
4042

4143
<!-- Please check off the following -->
4244

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.
52+
- [ ] I had fun.

0 commit comments

Comments
 (0)