Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 777 Bytes

CONTIBUTING.md

File metadata and controls

23 lines (12 loc) · 777 Bytes

Contributing

Winnaker would love to accept your PRs for enhancements and additional features, or solve any issues.

Here are the easy steps to contribute to the Winnaker.

  1. Fork, then clone the repo:

    git clone [email protected]:target/winnaker.git

  2. Make your change. run it, make sure unit tests pass and if possible write tests for your additions.

    python models_test.py

Note: If you are having trouble running the test file, make sure your PYTHONPATH includes the root of the repo. For example, from the root:

`PYTHONPATH=$(pwd) python winnaker/models_test.py`
  1. Write a good commit message, Push to your fork and submit a pull request

PRs will be reviewed in a couple days.

Happy contributing !