Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 783 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
27 lines (17 loc) · 783 Bytes

Contributing

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.