Remove entries from PULL_REQUEST_TEMPLATE.md that are now covered by CI. (#2126)

This commit is contained in:
Lucas Kent 2022-01-06 02:23:56 +11:00 committed by GitHub
parent d3e6949007
commit 8af222c1e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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