From 4ae990036335284d5700e1f10c52194f9e8fbc27 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Fri, 26 Jul 2019 09:14:48 +0200 Subject: [PATCH] PULL_REQUEST_TEMPLATE.md: Add entry on warnings (#1017) --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d6f55915..ecbd5d4b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ - [ ] Tested on all platforms changed +- [ ] Compilation warnings were addressed - [ ] `cargo fmt` has been run on this branch - [ ] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [ ] Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior