Hello! It's great that you are interested in contributing to Eyecons. Before submitting your contribution, please take a moment to read the following guide:
This project uses the pnpm package manager. Therefore, to work with the project, you need to install it.
How to set up a project locally and run tests:
- Clone repo:
git clone [email protected]:azat-io/eyecons.git
- Install dependencies:
pnpm install
- Run tests:
pnpm test
Before create pull request fork this repo and create a new branch.
Commit messages must follow the commit message convention so that changelogs can be automatically generated.
Make sure tests pass.