aboutsummaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
blob: 1565e426ffbb9a7a1570cbc1cec5623037f61d14 (plain) (blame)
1
2
3
4
5
6
7
8
Before opening a pull-request please do:
- [ ] Documentation:
  - [ ] 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
- [ ] On the top level, run `clang-format -i src/<edited-file(s)> tests/<edited-file(s)>`