From d383a12debf1a44701c34fbe0e01cddbbbb3a32f Mon Sep 17 00:00:00 2001 From: Oliver Scherer Date: Tue, 16 Apr 2019 15:15:19 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE --- .github/PULL_REQUEST_TEMPLATE | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 85c74dbec3e..5567b84b3f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -18,6 +18,10 @@ checked during review or continuous integration. - [ ] `cargo test` passes locally - [ ] Executed `util/dev update_lints` - [ ] Added lint documentation +- [ ] Run `cargo fmt` + +Note that you can skip the above if you are just opening a WIP PR in +order to get feedback. Delete this line and everything above before opening your PR -->