Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.46 KB

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 1.46 KB

Contributing to BladeRunnerJS (BRJS)

Firstly, thanks! It's great that you're interested in contributing to BRJS.

Contributing to the BRJS codebase is really easy. We only have one hard rule: there must be tests as part of any code related pull request. Other than that we'd like the following as part of any contribution:

  • Make commits of logical units
  • Check for unnecessary whitespace with git diff --check before committing
  • Run all the tests for the project before making the pull request

Pull requests should be made against the master branch. If you have built from a feature branch and want to submit a pull request into that feature branch feel free to submit a PR to that branch instead.

The following information will also be of use:

For more information about contributing please see the BRJS wiki.

Contributor License Agreement

Before we can accept patches, there's a CLA we need you to agree to: http://bladerunnerjs.org/docs/reference/contribution/

Other projects require a similar agreement: jQuery, Firefox, Apache, and many more.