Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 356 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 356 Bytes

Contributing

This is a check list to go through before merging any PR:

  • Make sure everything builds with & without shared libs

  • Run clang-format on ALL files of the project (use format-project.sh)

  • Wrap all implemented interface functions for Python in Wrapping/pyWrap.cpp

  • IMPORTANT: Check the ReadMe file in / to make sure nothing changed