Thank you for having interest in contributing this project!
Please create an issue or pull request.
I recommend to create an issue.
- The development branch is
develop. - All pull requests should be opened against
develop. - The changes on the
developbranch are published to Test PyPI .- You can install the
developpackage by executingpip install -i https://test.pypi.org/simple/ autoload-module.
- You can install the
To develop locally:
- Install poetry .
- Clone this repository.
- Create a new branch.
- Install the dependencies with:
poetry install --all-extras - Enable
pre-commit.
- Please update the tests to reflect your code changes.
- Pull requests will not be accepted if they are failing on GitHub Actions.
- You can also check your code by executing
poetry run pytest.
I'm not familiar with English, so I especially thank you for documents' corrections.
I release autoload-module by merging from develop into master branch.