Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 307 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 307 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
  6. Install GraphicsMagick
  7. Run linter and tests: gulp check
  8. Submit pull request