Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1002 Bytes

Contributing

Contributions are very welcome. The best way to contribute is to use it and file bugs as issues.

Code Style

JavaScript - All JavaScript should follwo the AirBnb JavaScript Style Guid. Code style can be checked with JSCS using jscs *.js **/*.js

Issues

  • Issues are appropriate for bugs, feature requests, typos, pretty much anything.

Pull Requests

  • 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.

Branches

  • master holds the deployable site.
  • Feature branches (prefixed feature/) are used to hold changes in development or up for discussion.