- Fork the repository and create your branch from
master
. - Follow the contributing guide to setup your develop environment.
- If you've added code that should be tested, add tests!
- If you've changed APIs, update the documentation.
- Ensure the test suite passes (
npm test
). - Make sure your code lints (
npm run lint
). - Describe your pull request.
Please remove the above lines when you submit this pull request, also please fill in the changes you've made in this pull request.
Fixes #xx(issue number here), remove this line if no related issue.
Changes you made in this pull request:
- some change
- another change