How to Contribute#
We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
Code reviews#
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose. Consult GitHub Help for more information on using pull requests.
Note : Every PR before require at least 2 approvals to get merged to the master branch.
Run docs with mkdocs locally#
There are just few steps that you need to follow to run docs locally:
- Fork the repo
- Clone the repo
- Create a python virtual environment and activate it
- Install the dependencies
- Type mkdocs serve