From 8af222c1e371205bb02f84844387872c0ad58107 Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Thu, 6 Jan 2022 02:23:56 +1100 Subject: [PATCH] Remove entries from PULL_REQUEST_TEMPLATE.md that are now covered by CI. (#2126) --- .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 1cb88dcc..a663e9c1 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