master
md 18 lines 1.08 KB
Rendered Raw
1 <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? -->
2 ## Summary of the Pull Request
3
4 <!-- Please review the items on the PR checklist before submitting-->
5 ## PR Checklist
6
7 - [ ] **Closes:** Link to issue #xxx
8 - [ ] **Communication:** I've discussed this with core contributors already. If work hasn't been agreed, this work might be rejected
9 - [ ] **Tests:** Added/updated if needed and all pass
10 - [ ] **Localization:** All end user facing strings can be localized
11 - [ ] **Dev docs:** Added/updated if needed
12 - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/wsl/) and link it here: #xxx
13
14 <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here -->
15 ## Detailed Description of the Pull Request / Additional comments
16
17 <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well -->
18 ## Validation Steps Performed