aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/pull_request_template.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 00000000..bf7bece1
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,5 @@
+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`)
+