You can use issue tracker for reporting bugs and requesting features.
- You need one of the following Python versions: 3.6, 3.7, 3.8 or pypy3
- Fork and clone the repo
- Ideally create a new venv for the package: https://docs.python.org/3/tutorial/venv.html
- Run make init which will install tox and other necessary packages.
- You are ready to work on the package.
- Run tox
- Use master as base branch and checkout to new feature branch
- Make your changes, add tests, update docs
- Run tox command on your local machine before opening a PR!
- Push changes to your fork and open a PR to master branch