We love pull requests from everyone. By participating in this project, you agree to abide by the thoughtbot code of conduct.
If you're looking for ideas, see the list of known issues, specifically those marked "help-wanted."
Sign the Contributor License Agreement. Email us if you have any questions about this.
Fork, then clone the repo:
git clone [email protected]:your-username/bllip-parser.git
Make your changes (please include an update to
CONTRIBUTORS.rst
)Test your changes with
flake8
andnosetests
(you will need theflake8
andnose
packages. See details in the release checklist). If you add new Python code, please add appropriate testing code as well inpython/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.