From d897aa400a71c50a42e7df4d1837aa4567d4c95f Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 15 May 2019 13:52:33 -0400 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e799159c0..9cd854c94 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@ ### Pull Request checklist ### - [ ] **Quality**: This PR builds and tests run cleanly - - `cargo clean; cargo test --all` runs without emitting any warnings - - `cargo fmt` does not produce any changes to the code + - `make test` runs without emitting any warnings + - `make lint` runs without emitting any errors - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Changelog**: This PR includes a changelog entry or an explanation of why it does not need one - - Any breaking changes to Swift or Kotlin binding APIs are noted explicitly + - Any breaking changes to language binding APIs are noted explicitly