From 9dd15d00d8124d33421c6d2780cc3877920393b7 Mon Sep 17 00:00:00 2001 From: Felix Rabe Date: Sun, 23 Jun 2019 20:05:37 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md (#969) --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3a3a8c56..d6f55915 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,5 +2,5 @@ - [ ] `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 -- [ ] Created an example program if it would help users understand this functionality +- [ ] Created or updated an example program if it would help users understand this functionality - [ ] Updated [feature matrix](https://github.com/rust-windowing/winit/blob/master/FEATURES.md), if new features were added or implemented