Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 1.01 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

The following information will also be of use:

For more information about contributing please see the BRJS wiki.