Thank you for your interest in this project. Contributions are welcome. Feel free to open an issue with questions or reporting ideas and bugs, or open pull requests to contribute code.
We are committed to fostering a welcoming, respectful, and harassment-free environment. Be kind!
Starting development is as easy as installing Python poetry
and running poetry install
once.
In order to run the project in the new virtual environment, run poetry run compliance-assistant
.
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-or-fix-name
- Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository:
git push origin feature-or-fix-name
- Open a Pull Request on the main repository.
It is assumed that you contribute under the main license of the project and own all the rights to the content you submit.