Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 270 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 270 Bytes

Contributing

  1. Create an issue
  2. Fork the repo
  3. Install dependencies: npm install and bower install
  4. npm run docker-build to build the docker image
  5. Make your changes and add tests
  6. Run linter and tests: npm run docker-test
  7. Submit pull request