Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 786 Bytes

contributing.md

File metadata and controls

35 lines (21 loc) · 786 Bytes

Contributing

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:

Installation

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:

  1. Clone repo:
git clone [email protected]:azat-io/eyecons.git
  1. Install dependencies:
pnpm install
  1. Run tests:
pnpm test

Pull Request Guidelines

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.