Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.36 KB

CONTRIBUTING.rst

File metadata and controls

35 lines (29 loc) · 1.36 KB

Contributing to BLLIP Parser

We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.

Getting involved

If you're looking for ideas, see the list of known issues, specifically those marked "help-wanted."

Submitting changes

  • Fork, then clone the repo:

    git clone git@github.com:your-username/bllip-parser.git
    
  • Make your changes (please include an update to CONTRIBUTORS.rst)

  • Test your changes with flake8 and nosetests (you will need the flake8 and nose packages. See details in the release checklist). If you add new Python code, please add appropriate testing code as well in python/tests/.

  • Push to your fork and submit a pull request. Travis CI will test your changes ensuring that the C and Python interfaces build and run the test suite for the Python code.