Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 790 Bytes

File metadata and controls

30 lines (22 loc) · 790 Bytes

Contributing to PISA

Thank you for your interest in contributing to PISA!

Please make sure to check out the Code of conduct first.

Versioning

To update the project's version we currently use bump. Bump can be installed using:

npm install -g @fabiospampinato/bump

All you need to do is running the following inside the repository:

bump [major|minor]patch]
git push origin master --tags

Formatting

We use clang-format 20 to format the C++ code. The easiest way to obtain it is to install the Python package. This is an example using pipx:

pipx install clang-format==20.1.6