Skip to content

Commit 270f969

Browse files
authored
Add a todo item to discourage PRs that contain unrelated changes
1 parent d165a15 commit 270f969

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Fixes #
44
If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.:
55
- [x] ~Has unit tests & system/integration tests~
66
-->
7+
- [ ] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
78
- [ ] Title summarizes what is changing
89
- [ ] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!)
910
- [ ] Has unit tests & system/integration tests

0 commit comments

Comments
 (0)