aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-07-06 22:06:00 +0200
committerLinus Jahn <lnj@kaidan.im>2021-07-06 22:06:00 +0200
commitcf1cc5326e1526dbee697ed45200a2c05bc98e01 (patch)
treed667ef70ea2d3077cb74b7b65ce935e9064c99a1
parent177af4dd379ac52d3d5fc177cf91df0dafda6bf0 (diff)
downloadqxmpp-cf1cc5326e1526dbee697ed45200a2c05bc98e01.tar.gz
pr template: Add note on unit tests
-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