Skip to content

Add initial toolkit code structure

Illia Oleksiienko requested to merge add-toolkit-code-structure into master

Created by: stefaniapedrazzi

Prepare the repository for partners' contribution and add the toolkit structures.

Tasks:

  • add some folders to define the base structure of the toolkit
  • add .gitignore file defining global rules
  • add automatic GitHub Action tests checking for:
    • pep8 format for python code
    • clang-format for C/C++ code
    • test that each source code file has a Apache2 license
  • add initial version of the engine module and adjust it to pass the format tests

Merge request reports