When adding a new feature 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.
If you wish to work on some issue, just let us know by writting some comment that you wish to work on it.
- 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, like (spacings, code style, etc.)
- Push your code to repository
- And create a pull request