Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 516 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 516 Bytes

Contributing

We love contributions from everyone. By participating in this project, you agree to abide by our code of conduct.

Contributing Code

  1. Fork the repo
  2. Install the dev dependencies and setup the pre-commit hook.
$ pipenv install --dev
$ pre-commit install
  1. Push to your fork.
  2. Submit a pull request.

Others will give constructive feedback. This is a time for discussion and improvements, and making the necessary changes will be required before we can merge the contribution.