Contributions are very welcome. The best way to contribute is to use it and file bugs as issues.
JavaScript - All JavaScript should follwo the AirBnb JavaScript Style Guid. Code style can be checked with JSCS using jscs *.js **/*.js
- Issues are appropriate for bugs, feature requests, typos, pretty much anything.
- For general tweaks and improvements, please submit a pull request from your fork to the
master
branch. For more substantial changes, contentious issues or changes to be released later please submit a pull request to a feature branch (e.g.feature/adds_feature_x
). - Ensure any code or content you're submitting can be released under our license.
master
holds the deployable site.- Feature branches (prefixed
feature/
) are used to hold changes in development or up for discussion.