Skip to content

Files

Latest commit

author
Jan Schäfer
Aug 19, 2017
069a2d3 · Aug 19, 2017

History

History
23 lines (16 loc) · 366 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 366 Bytes

Contributing

  1. Fork the project
  2. Create a new feature branch with your contribution
  3. Implement your great new feature or bug fix
  4. Create a pull request

System Requirements

  • nodejs
  • yarn

Building and Testing

yarn install
yarn build
yarn test

Code Formatting

Please follow the code format of existing code. Do never reformat a file!