Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 931 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 931 Bytes

Contributing to GenericParsing

Thanks for your interest in contributing to this project. It was a labor of love that I'm glad others have found useful.

Github

The code is hosted out of Github. All issues and changes should start and end here.

Pull requests are the best way to propose changes to the codebase (please leverage Github Flow). Pull requests are welcome:

  1. Fork the repo.
  2. Create your branch from master.
  3. Add tests, if you've added new features.
  4. If the API has changed, update the documentation.
  5. Ensure all tests pass.
  6. Issue that pull request!

Report bugs using Github

We use GitHub issues to track public bugs.

License

By contributing, you agree that your contributions will be licensed under the MIT License.