blob: 00d9694f90caf34efef922ec0110528fb2ce505f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
PR check list:
- [ ] Document your code
- [ ] Add `\since QXmpp 1.X`
- [ ] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`)
- [ ] Update `doc/xep.doc`
- [ ] Add unit tests
- [ ] Format the code: Run `clang-format -i src/<edited-file(s)> tests/<edited-file(s)>`
<!--
Points should be checked when they're done. They should also be checked when no
changes were required.
-->
|