* Ensure the use of .clang-format and ruff configurations provided in your dev-env
* Ensure the use of .clang-format and ruff configurations provided in your dev-env. The pre-commit-config would ensure that the clang-format and ruff points out to the warnings from its static code analysis before the commit gets staged. Do not over-ride it but aim to fix it.
* Try to write atleast 1 test per feature developed
* Ensure that the MR and Issues are created using appropriate templates