diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9ef1e0ed3..d07631635 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ SNOW-XXXXX - [ ] The code is correctly formatted (run `mvn -P check-style validate`) - [ ] New public API is not unnecessary exposed (run `mvn verify` and inspect `target/japicmp/japicmp.html`) - [ ] The pull request name is prefixed with `SNOW-XXXX: ` +- [ ] Code is in compliance with internal logging requirements ## External contributors - please answer these questions before submitting a pull request. Thanks!