Thank you for your interest! This document contains a few things to consider when contributing to this library.
We use clang-format
to keep the coding style consistent. Please install clang-format
and run git clang-format
before making a commit.
- Fork this repository on GitHub and create a new branch on your forked repository.
- Clone your forked repository and switch to the new branch via
git checkout
. - After making some changes, run
git clang-format
to format your code automatically. - Submit your pull request on GitHub!