diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cfe8ed6dd..7b371381e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,14 @@ How does it accomplish it, in broad strokes? ## Interesting/controversial decisions -Include anything that you thought twice about, debated, chose arbitrarily, etc. What could have been done differently, but wasn't? And why? +Include anything that you thought twice about, debated, chose arbitrarily, etc. +What could have been done differently, but wasn't? And why? + +## Test coverage + +Have you included tests (which could be a transcript) for this change, or is it somehow covered by existing tests? + +Would you recommend improving the test coverage (either as part of this PR or as a separate issue) or do you think it’s adequate? ## Loose ends