Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 396 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (10 loc) · 396 Bytes

How to contribute?

Basic flow:

  • fork this repository
  • setup the project: yarn
  • start dev mode yarn dev and open http://localhost:8090/\_\_zuul
  • you can also run both browser and node.js tests by using npm test
  • code, add a test for every fix or new feature
  • commit
  • open a pull request

We will then review your pull request and makes sure your fix helps the community.