From 6a3d970c96e78ac0eeedf6155ab0e7164003754d Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Mon, 3 Jan 2022 12:37:15 +1100 Subject: [PATCH] Remove entries from PULL_REQUEST_TEMPLATE.md that are now covered by CI. --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1cb88dcc77..a663e9c127 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,4 @@ - [ ] Tested on all platforms changed -- [ ] Compilation warnings were addressed -- [ ] `cargo fmt` has been run on this branch -- [ ] `cargo doc` builds successfully - [ ] 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 - [ ] Created or updated an example program if it would help users understand this functionality