This project follows the GitHub Flow development workflow.
- Fork and clone the repository
git clone git@github.com:<your_github_user_name>/libparams.git --recursive - Create a branch
pr-<branch-name>from themainbranch. For a feature the name of your branch can be:pr-add-smth, for a fix:pr-fix-smth - Edit the code
- Verify your changes with code style checker, linter and unit tests
make unit_tests make cppcheck - Commit the changes
- Push your changes via Pull Request. Provide a description of your new feature or fix.