Skip to content

Latest commit

 

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!