Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 791 Bytes

CONTRIBUTING.md

File metadata and controls

38 lines (23 loc) · 791 Bytes

Contributing

We love pull requests. And following this guidelines will make your pull request easier to merge

Prerequisites

  • Install EditorConfig plugin for your code editor to make sure it uses correct settings.
  • Fork the repository and clone your fork.
  • Install dependencies: pnpm install.

Coding style

We make use of eslint to lint our code.

Development work-flow

Always make sure to lint and test your code before pushing it to the GitHub.

pnpm test

Just lint the code

pnpm lint

Make sure you add sufficient tests for the change.

Other notes

  • Do not change version number inside the package.json file.
  • Do not update CHANGELOG.md file.

Need help?

Feel free to ask.