|
1 |
| -<!-- DO NOT MODIFY OR DELETE THIS TEMPLATE. IT IS USED IN AUTOMATION. --> |
2 |
| -## Bug |
| 1 | +<!-- |
| 2 | +BEFORE YOU CREATE A PULL REQUEST: |
3 | 3 |
|
4 |
| -<!-- Search https://github.com/NuGet/Home/issues, and create one if you can't find a suitable issue. --> |
5 |
| -<!-- Paste the full link, like https://github.com/nuget/home/issues/1000. GitHub will render is neatly. --> |
6 |
| -Fixes: |
| 4 | +Ensure you have read over [CONTRIBUTING.md](./CONTRIBUTING.md). We provide VERY defined guidance (as such, we strongly adhere to it). |
7 | 5 |
|
8 |
| -Regression? Last working version: |
| 6 | +A summary of our expectations: |
| 7 | + - You are not submitting a pull request from your MASTER / MAIN branch. |
| 8 | + - You are able to sign the Contributor License Agreement (CLA). |
| 9 | + - 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. |
| 10 | + - Do not reformat code, it makes it hard to see what has changed. Leave the formatting to us. |
9 | 11 |
|
10 |
| -## Description |
11 |
| -<!-- Add details about the fix. Include any information that would help the maintainer review this change effective. --> |
| 12 | +THANKS! We appreciate you reading the entire Contributing document and not just scanning through it. |
12 | 13 |
|
13 |
| -## PR Checklist |
| 14 | +Name your pull request appropriately: give it a sentence that reads well enough for anyone seeing this. |
14 | 15 |
|
15 |
| -- [ ] PR has a meaningful title |
16 |
| -- [ ] PR has a linked issue. |
17 |
| -- [ ] Described changes |
| 16 | +if you were explaining it to somebody else. This helps others to understand the reasons for the pull request and for it to be searchable in future. |
18 | 17 |
|
19 |
| -- **Tests** |
20 |
| - - [ ] Automated tests added |
21 |
| - - **OR** |
22 |
| - <!-- Describe why you haven't added automation. --> |
23 |
| - - [ ] Test exception |
24 |
| - - **OR** |
25 |
| - - [ ] N/A <!-- Infrastructure, documentation etc. --> |
| 18 | +Please do not remove any of the headings. |
| 19 | +If a heading is not applicable then enter N/A: Why it's not applicable |
26 | 20 |
|
27 |
| -- **Documentation** |
28 |
| - <!-- Please link the PR/issue if appropriate --> |
29 |
| - - [ ] Documentation PR or issue filled |
30 |
| - - **OR** |
31 |
| - - [ ] N/A |
| 21 | +Make sure you have raised an issue for this pull request before continuing. |
| 22 | +
|
| 23 | +Please remove all comments before submitting. |
| 24 | +--> |
| 25 | + |
| 26 | +## Description Of Changes |
| 27 | +<!-- Enter a description of the pull request changes --> |
| 28 | + |
| 29 | +## Motivation and Context |
| 30 | +<!-- Why is this change necessary and under what context is it being done --> |
| 31 | + |
| 32 | +## Testing |
| 33 | +<!-- How has this change been tested? If multiple different tests have been done please list them. |
| 34 | +1. Tested this way |
| 35 | +1. Tested that way |
| 36 | +--> |
| 37 | +### Operating Systems Testing |
| 38 | +<!-- If this is a code change, list the operating systems this has been tested on |
| 39 | +- Windows Server 2008R2 |
| 40 | +- Windows 8.1 |
| 41 | +... |
| 42 | +--> |
| 43 | + |
| 44 | +## Change Types Made |
| 45 | +<!-- Tick the boxes for the type of changes that have been made --> |
| 46 | + |
| 47 | +* [ ] Bug fix (non-breaking change). |
| 48 | +* [ ] Feature / Enhancement (non-breaking change). |
| 49 | +* [ ] Breaking change (fix or feature that could cause existing functionality to change). |
| 50 | +* [ ] Documentation changes. |
| 51 | +* [ ] PowerShell code changes. |
| 52 | + |
| 53 | +## Change Checklist |
| 54 | + |
| 55 | +* [ ] Requires a change to the documentation. |
| 56 | +* [ ] Documentation has been updated. |
| 57 | +* [ ] Tests to cover my changes, have been added. |
| 58 | +* [ ] All new and existing tests passed? |
| 59 | +* [ ] PowerShell code changes: PowerShell v2 compatibility checked? |
| 60 | + |
| 61 | +## Related Issue |
| 62 | +<!-- Make sure you have raised an issue for this pull request before |
| 63 | +continuing. --> |
| 64 | + |
| 65 | +Fixes # |
| 66 | + |
| 67 | +<!-- PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING --> |
0 commit comments