From 9e59f99fd0cfef5e0fa528fe5f1c58c1ef3ad4b4 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 6 Jul 2021 22:44:58 +0200 Subject: pr template: Add note on documenting supported XEPs --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) (limited to '.github/pull_request_template.md') diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6914ee54..e9a88363 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,4 +3,5 @@ Before opening a pull-request please do: - [ ] 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`) +- [ ] When implementing or updating XEPs add it to `doc/xep.doc` - [ ] Add unit tests for everything you've changed or added -- cgit v1.2.3