blob: ef0e49d4a4c2680db3de30ddced0758a9d67cb6b (
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`, `QXMPP_EXPORT`
- [ ] Fix doxygen warnings (see log when building with `-DBUILD_DOCUMENTATION=ON`)
- [ ] Update `doc/doap.xml`
- [ ] 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.
-->
|