Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 398 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (9 loc) · 398 Bytes

#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)