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:
- How the BRJS team use Github and git
- BRJS core developer setup
- BRJS usage documentation is maintained on the brjs-site github repo and contributions can also be made there
For more information about contributing please see the BRJS wiki.