-
All submitted Pull Requests are assumed to be ready for review.
If not, they must be marked with explicit[in progress]or have "[WIP]" in title. -
- Pull requests which fix a bug should have branch name starting with
fix/ - Pull requests which add a feature to the codebase should have branch name starting with
feature/ - Pull requests which are made by outside contributors should also contain their name.
Example: john/fix/xxx - Pull requests which fix a bug should have branch name starting with
-
All Pull Requests which are not ready to be merged yet but are open for review should be marked with explicit
on holdor should be a draft. -
- To build your code with clang-format, use
./build.sh style - To build your code with clang-style, use
./build.sh linter
- To build your code with clang-format, use
-
Kindly go through
.clang-formatand.clang-styleto see the format and checks enabled
This repository was archived by the owner on Dec 23, 2025. It is now read-only.