To get started, first fork the repository on GitHub and then clone your fork locally.
$ git clone YOUR_FORK_URL
This is a Python project, so you will need to have Python installed. This project is developed on python 3.12.x, but it will work on any version of python 3.10 or higher.
To build the project, you will need to install the dependencies. This can be done by running the following command in the root directory of the project.
cd ObjLog
$ poetry install
To submit a pull request, first push your changes to your fork. Then, submit a pull request.
I'll review your pull request as soon as I can, and if any changes are needed I'll let you know. If everything looks good, I'll merge your pull request and your changes will be included in the next release.
By contributing to this project, you agree that your contributions will be licensed under the Zlib license.