|
1 | | -## Thank you for contributing to VSCode-GCode-Syntax |
| 1 | +<!--- |
2 | 2 |
|
3 | | -### Please create an issue _before_ creating a pull request |
| 3 | +Thank you for contributing to VSode GCode Syntax! :) |
4 | 4 |
|
5 | | -### DESCRIPTION |
| 5 | +Before you submit, please read the following: |
6 | 6 |
|
7 | | -<!-- PUT GENERAL DESRIPTION OF PULL REQUEST HERE --> |
| 7 | +Search open/closed issues before submitting. Someone may have pushed the same code before. |
8 | 8 |
|
9 | | -FIXES ISSUE # <!-- PUT ISSUE NUMBER HERE --> |
| 9 | +Provide a clear & concise title in the field above. |
10 | 10 |
|
11 | | -### CHECKLIST |
| 11 | +- Please create an issue _before_ creating a Pull Request |
12 | 12 |
|
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. |
14 | 28 |
|
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 | +--> |
19 | 30 |
|
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 --> |
21 | 42 |
|
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