diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 629ecf41d6..af9562decc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,3 +2,8 @@ Please include a meaningful description of the PR and link the relevant issues this PR might resolve. + +Also note that: + +- New code should be properly tested (even if it does not add new features). +- The fix for a regression should include a test that reproduces said regression.