Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 772 Bytes

CONTRIBUTING.rst

File metadata and controls

19 lines (17 loc) · 772 Bytes

Contributing

You can use issue tracker for reporting bugs and requesting features.

Development environment

  • 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

Pull Requests

  • 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