I am open to, and grateful for, any contributions made by the community. Because the life is too short to write a lot of documentation, I've copied some rules from axios' CONTRIBUTING docs.
Commit messages should be verb based, using the following pattern:
Fixing ...
Adding ...
Updating ...
Removing ...
Please update the docs accordingly so that there are no discrepencies between the package and the documentation.
Please, use npm as a package manager if it's not a problem for you.
Please, always include changes to dist/
in your pull request.
Please, do not include any OS/IDE specific files
in your pull request.
Please, use npm run build
to build the package.