# GUIDELINES ON CONTRIBUTING 1. Commit your changes on a new branch. 2. Make sure that all test pass including the demo test: ``` $ npm run test:all ``` 3. Push the branch. 4. Create a pull-request. 5. If github action fails, fix it then push the branch again. 6. Wait response from the maintainers if your pull-request is accepted.