Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 1.28 KB

File metadata and controls

15 lines (8 loc) · 1.28 KB

Contributing to todds

Thank you for being interested on contributing to todds! This project follows the Contributor Covenant Code of Conduct.

Questions and bug reports

You can use the issue tracker to ask questions and report bugs but do not forget to search (including closed issues) to see if your entry has been posted before.

Contributions

The project and its contributions are currently managed using the GitLab Flow.

Before preparing and submitting a PR for a feature, create an issue on the tracker to allow for discussing and refining the idea before it is implemented.

Source code contributions must follow the style guide. The easiest way to comply with it is to set up clang-format and clang-tidy. You should enable the TODDS_UNIT_TESTS, TODDS_WARNINGS_AS_ERRORS and TODDS_CLANG_TIDY CMake options when you build your code to ensure that your contribution will pass static analysis . You should also execute clang-format on all files you have modified before submitting your contribution.