diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-07-06 22:44:58 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-07-06 22:44:58 +0200 |
| commit | 9e59f99fd0cfef5e0fa528fe5f1c58c1ef3ad4b4 (patch) | |
| tree | d9a15b921aa66cccb7e36b16ec86ba314ada7e92 /.github/pull_request_template.md | |
| parent | 08607631676a0c8d283d440c9c2e950a14678246 (diff) | |
| download | qxmpp-9e59f99fd0cfef5e0fa528fe5f1c58c1ef3ad4b4.tar.gz | |
pr template: Add note on documenting supported XEPs
Diffstat (limited to '.github/pull_request_template.md')
| -rw-r--r-- | .github/pull_request_template.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
