CONTRIBUTING.md

May 9, 2016 ยท View on GitHub

#Process

  • Clone or Fork this repo
  • npm install (make sure to install the devDependencies)
  • Create new feature branch
  • Develop new feature
  • Submit Pull Request to this project

#Requirements for new features

  • All new features should use ES2015 and validate against the current eslint configuration.
  • All new features should include unit tests (once this are part of the main project)