Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 852 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 852 Bytes

All contributions are welcome!

Reporting Issues:

  1. Prior to creating a new issue, please ensure that your issue has not already been reported here.
  2. Feel free to post a question as an issue.

Submitting Pull Requests:

This project requires 100% code coverage and closely follows the airbnb style guide

  1. Please modify the tests, or create new tests to ensure that your code is fully covered.
  2. Please validate the functionality locally prior to submitting a pull request.
  3. All checks must pass before any PR's will be approved.
  4. If possible, please sign your commits. See github docs here.