aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index bf7bece1..6914ee54 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,5 +1,6 @@
-Before opening a pull-request please check you've done:
-- [ ] Document every new public class and function
-- [ ] Add `\since QXmpp 1.X` to newly added classes and functions
-- [ ] Fix any doxygen warnings from your code (see log when building with `-DBUILD_DOCUMENTATION=ON`)
-
+Before opening a pull-request please do:
+- [ ] Documentation:
+ - [ ] Document every new public class and function
+ - [ ] Add `\since QXmpp 1.X` to newly added classes and functions
+ - [ ] Fix any doxygen warnings from your code (see log when building with `-DBUILD_DOCUMENTATION=ON`)
+- [ ] Add unit tests for everything you've changed or added