Contributing

July 30, 2019 ยท View on GitHub

Fork, then clone the repo:

    git clone https://github.com/dowjones/reapsaw.git

The easiest way to run test, lint, etc is via docker:

https://docs.docker.com/install/

Make sure the tests pass:

    docker exec -ti sast_open python -m unittest discover /tmp/sast_controller/tests/

Testing

You will need to create fork of the library and cover you feature with tests.

Push to your fork and [submit a pull request][pr].

We may suggest some changes, improvements, or alternatives.

If the above requirements are met and communications are clear (good comments, dialog, and commit messages) your PR will likely be accepted.