aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PULL_REQUEST_TEMPLATE.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
index 43f82f50..6f544bc1 100644
--- a/PULL_REQUEST_TEMPLATE.md
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -6,9 +6,10 @@ Please also note that this project is released with a [Contributor Code of Condu
### Checklist
- [ ] Code compiles correctly
-- [ ] All tests passing
-- [ ] Created tests which fail without the change (if possible)
-- [ ] Extended the README / documentation, if necessary
+- [ ] All tests are passing
+- [ ] New tests have been created which fail without the change (if possible)
+- [ ] README / documentation was extended, if necessary
+- [ ] Changelog entry (if change is visible to the user)
- [ ] Used meaningful commit messages
### Description