Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.2 KB

Contributing

Getting Started

To get started, first fork the repository on GitHub and then clone your fork locally.

$ git clone YOUR_FORK_URL

Building

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

Submitting a Pull Request

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.

License

By contributing to this project, you agree that your contributions will be licensed under the Zlib license.