Skip to content

Commit 78a5529

Browse files
committed
Updated pull request template
1 parent 7878725 commit 78a5529

File tree

1 file changed

+40
-13
lines changed

1 file changed

+40
-13
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,49 @@
1-
## Thank you for contributing to VSCode-GCode-Syntax
1+
<!---
22
3-
### Please create an issue _before_ creating a pull request
3+
Thank you for contributing to VSode GCode Syntax! :)
44
5-
### DESCRIPTION
5+
Before you submit, please read the following:
66
7-
<!-- PUT GENERAL DESRIPTION OF PULL REQUEST HERE -->
7+
Search open/closed issues before submitting. Someone may have pushed the same code before.
88
9-
FIXES ISSUE # <!-- PUT ISSUE NUMBER HERE -->
9+
Provide a clear & concise title in the field above.
1010
11-
### CHECKLIST
11+
- Please create an issue _before_ creating a Pull Request
1212
13-
<!-- Please check off the following -->
13+
-->
14+
15+
# Pull Request
16+
17+
## Description
18+
19+
<!--
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.
21+
-->
22+
23+
## Issues
24+
25+
<!--
26+
27+
* List and link any relevant issues here.
1428
15-
- [ ] I have read the guidelines in the [CONTRIBUTING](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/master/CONTRIBUTING.md) document
16-
- [ ] My changes follow the coding style, have been formated & linted
17-
- [ ] My changes have a descripted commit message
18-
- [ ] My commits are GPG signed
29+
-->
1930

20-
#### ADDITONAL NOTES
31+
## Reviewer Notes
32+
33+
<!--
34+
35+
Provide any notes for reviewers to help them provide feedback or testing.
36+
37+
-->
38+
39+
## Checklist
40+
41+
<!-- Please check off the following -->
2142

22-
<!-- Put any additional notes in here -->
43+
- [] I have followed the guidelines in the [Contributing](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/main/CONTRIBUTING.md) document.
44+
- [] I have followed the [Code of Conduct](https://github.com/appliedengdesign/vscode-gcode-syntax/blob/main/CODE_OF_CONDUCT.md) for this project.
45+
- [] My changes follow the coding style of this project.
46+
- [] My changes have been formatted and linted.
47+
- [] I have made any relevant changes to the documentation as needed (include CHANGELOG.md and/or README.md).
48+
- [] My changes have a descriptive commit message with a short title, including links to issues it addresses.
49+
- [] I had fun.

0 commit comments

Comments
 (0)