Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 419 Bytes

pull_request_template.md

File metadata and controls

12 lines (11 loc) · 419 Bytes

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)>