-
Fork the project and clone your fork.
-
Create a local feature branch:
$ git checkout -b <branch>
-
Make one or more atomic commits. Do not commit changes to dist/*.
-
Run
npm test
and address any errors. It will install needed dependencies locally. Preferably, fix commits in place usinggit rebase
orgit commit --amend
to make the changes easier to review and to keep the history tidy. -
Push to your fork:
$ git push origin <branch>
-
Open a pull request.
Please read semver.org