diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ec7cf79346a..aa3787e2de3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,31 @@ + ## Bug -Fixes: Link_to_issue (search [NuGet/Home](https://github.com/NuGet/Home/issues), and create one if you can't find a suitable issue) -Regression: Yes/No -* Last working version: -* How are we preventing it in future: + + +Fixes: -## Fix +Regression? Last working version: -Details: Details_about_the_fix +## Description + -## Testing/Validation +## PR Checklist -Tests Added: Yes/No -Reason for not adding tests: -Validation: +- [ ] PR has a meaningful title +- [ ] PR has a linked issue. +- [ ] Described changes + +- **Tests** + - [ ] Automated tests added + - **OR** + + - [ ] Test exception + - **OR** + - [ ] N/A + +- **Documentation** + + - [ ] Documentation PR or issue filled + - **OR** + - [ ] N/A