Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 707 Bytes

Contribution Agreement

As a contributor, you represent that the code you submit is your original work or that of your employer (in which case you represent you have the right to bind your employer). By submitting code, you (and, if applicable, your employer) are licensing the submitted code to LinkedIn and the open source community subject to the BSD 2-Clause license.

Tips for Getting Your Pull Request Accepted

  1. Make sure all new features are tested and the tests pass.
  2. Bug fixes must include a test case demonstrating the error that it fixes.
  3. Open an issue first and seek advice for your change before submitting a pull request, especially for significant and large changes features.