|
1 |
| -## PR description |
2 | 1 |
|
3 |
| -### Github issue/ discussion () |
| 2 | +## PR Description |
4 | 3 |
|
5 |
| -_related Isuue/discussion(s)_ |
| 4 | +_What does this PR achieve or fix?_ |
6 | 5 |
|
7 |
| -### Background information |
| 6 | + - _Related isuue/discussion(s): Link to the issue or discussion that this PR addresses._ |
| 7 | + - _Background information: From the reviewer's perspective, what context do they need to understand this PR?_ |
| 8 | + _Additional information: What does this PR achieve/fix._ |
8 | 9 |
|
9 |
| -_From the perspective of the reviewer, what context do they need to know to understand this PR?_ |
| 10 | +### TODOs Not Included in This PR |
10 | 11 |
|
11 |
| -### What does this PR do |
| 12 | +_What issues will/should be addressed in follow-up PRs? Link any existing related issues._ |
12 | 13 |
|
13 |
| -_What does this PR achieve/fix._ |
14 |
| - |
15 |
| -### TODOs not included in this PR |
16 |
| - |
17 |
| -_What issues will/should be addressed in followup PRs. Link any of these issues if they exist_ |
18 |
| - |
19 |
| -### Testing information |
| 14 | +### Testing Information |
20 | 15 |
|
21 | 16 | _How to test the changes_
|
22 | 17 |
|
23 |
| -### Relevant links () |
| 18 | +### Relevant Links |
24 | 19 |
|
25 |
| -_Any links from your research that will help explain the changes_ |
| 20 | +Any links from your research that help explain the changes |
26 | 21 |
|
27 | 22 | ## Checklist
|
28 | 23 |
|
29 |
| -As part of our commitment to engineering excellence, **before** submitting this PR, please make sure: |
| 24 | +As part of our commitment to engineering excellence, **before** submitting this PR, please ensure: |
30 | 25 |
|
31 |
| -- [ ] You've tested this code in both Desktop & Server environments and AMD & ARM64 enviroments (**functional testing**). |
32 |
| -- [ ] You've added **unit tests** for new code. |
33 |
| -- [ ] You've added/updated documentation in the [cmdlet docs](../docs/About/), [command-reference.md](../docs/command-reference.md) and the [modules help files](../containers-toolkit/en-US/containers-toolkit-help.xml). |
34 |
| -- [ ] You've reviewed the PR/code best practices defined in the [CONTRIBUTING.md](../CONTRIBUTING.md). |
| 26 | +- [ ] You have tested this code in both Desktop and Server environments, as well as AMD64 and ARM64 environments (**functional testing**). |
| 27 | +- [ ] You have added **unit tests** for new code. |
| 28 | +- [ ] You have added or updated documentation in the [cmdlet docs](../docs/About/), [command-reference.md](../docs/command-reference.md), and the [modules help files](../containers-toolkit/en-US/containers-toolkit-help.xml). |
| 29 | +- [ ] You have reviewed the PR/code best practices defined in the [CONTRIBUTING.md](../CONTRIBUTING.md). |
35 | 30 |
|
36 |
| -In addition, **after** this PR has been reviewed, please agree to: |
| 31 | +In addition, **after** this PR has been reviewed, please ensure: |
37 | 32 |
|
38 |
| -- [ ] If changes have been made to your PR in the process of addressing comments, please make sure to test again the _final_ version in both AMD and ARM64 environments. |
39 |
| -- [ ] Validate your changes have not introduced any regressions. |
| 33 | +- [ ] If you make changes while addressing review comments, you test the _final_ version again in both AMD64 and ARM64 environments. |
| 34 | +- [ ] You validate that your changes have not introduced any regressions. |
0 commit comments