Things To Do - DODΒΆ

If work is done in the source folder or at the executables in the main folder the following steps have to be performed.

  • Create Mantis id (if not existent)

  • Add unittest if possible

  • Execute testing.py to execute all existing tests

  • Perform code review
    • follow coding guide lines

    • meaningful names for files, classes and methods

    • write helpful comments and document all in- and outgoing variables

  • Check in
    • update version number and date in src.__init__.py

    • meaningful check-in message including Mantis id and version number

    • update Mantis id

Note

For work in the contrib folder this is not neccessary.