#Process
- Clone or Fork this repo
npm install(make sure to install thedevDependencies)- 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
eslintconfiguration. - All new features should include unit tests (once this are part of the main project)