When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Ensure tests pass before submitting a pull request.
- For non-trivial changes, ensure new tests are present before submitting a pull request.
- Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- You may merge the Pull Request in once you have the sign-off of one other developer, or if you do not have permission to do that, you may request the reviewer to merge it for you.
- Fork this repository.
- Clone the forked repository.
- Change to the cloned directory.
- Ensure
poetry
is installed. - Run
poetry install
. - Run
nox -s test
to run all tests.