|
| 1 | +<!-- |
| 2 | +BEFORE YOU CREATE A PULL REQUEST: |
| 3 | +
|
| 4 | +Ensure you have read over [CONTRIBUTING.md](./CONTRIBUTING.md). We provide VERY defined guidance (as such, we strongly adhere to it). |
| 5 | +
|
| 6 | +A summary of our expectations: |
| 7 | + - You are not submitting a pull request from your MASTER / MAIN branch. |
| 8 | + - YOUR GIT COMMIT MESSAGE FORMAT IS EXTREMELY IMPORTANT. We have a very defined expectation for this format and are sticklers about it. Really, READ the entire Contributing document. It will save you and us pain. |
| 9 | + - Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us. |
| 10 | +
|
| 11 | +THANKS! We appreciate you reading the entire Contributing document and not just scanning through it. |
| 12 | +
|
| 13 | +Name your issue appropriately: give it a sentence that reads well enough for anyone seeing this in release notes to know what the issue is. |
| 14 | +
|
| 15 | +When writing out the pull request details please ensure you are writing it as |
| 16 | +if you were explaining it to somebody else. |
| 17 | +Even if you will be working on and resolving the issue yourself. |
| 18 | +This helps others to understand the reasons for the pull request and for it to be searchable in future. |
| 19 | +
|
| 20 | +Please do not remove any of the headings. |
| 21 | +If a heading is not applicable then enter N/A: Why it's not applicable |
| 22 | +
|
| 23 | +Make sure you have raised an issue for this pull request before continuing. |
| 24 | +
|
| 25 | +Please remove all comments before submitting. |
| 26 | +--> |
| 27 | + |
| 28 | +## Description Of Changes |
| 29 | +<!-- Enter a description of the pull request changes --> |
| 30 | + |
| 31 | +## Motivation and Context |
| 32 | +<!-- Why is this change necessary and under what context is it being done --> |
| 33 | + |
| 34 | +## Testing |
| 35 | + |
| 36 | +* [ ] I have previewed these changes using the [Docker Container](https://github.com/chocolatey/docs/tree/master/.devcontainer) or another method before submitting this pull request. |
| 37 | + |
| 38 | +## Change Types Made |
| 39 | +<!-- Tick the boxes for the type of changes that have been made --> |
| 40 | + |
| 41 | +* [ ] Minor documentation fix (typos etc.). |
| 42 | +* [ ] Major documentation change (refactoring, reformatting or adding documentation to existing page). |
| 43 | +* [ ] New documentation page added. |
| 44 | +* [ ] The change I have made should have a video added, and I have raised an issue for this. |
| 45 | + * Issue # |
| 46 | + |
| 47 | +## Change Checklist |
| 48 | + |
| 49 | +* [ ] Requires a change to menu structure (top or left-hand side)/ |
| 50 | +* [ ] Menu structure has been updated |
| 51 | + |
| 52 | +## Related Issue |
| 53 | +<!-- Make sure you have raised an issue for this pull request before continuing. --> |
| 54 | + |
| 55 | +Fixes # |
| 56 | + |
| 57 | +<!-- PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING --> |
0 commit comments