When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.
- Fork repository
- Download forked repository to your local machine
- Install all dependencies with
npm install
- Run
npm run dev
- Create new branch [your_name]/feature-name (Ex, pavelkeyzik/add-tests-for-custom-hook)
- Write your code. More fun here...
- Make sure that you don't have any problem in your code. Run
npm test
andnpm run lint
commands. - Push your code to repository
- And create a pull request