Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 756 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 756 Bytes

Contributing

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.

Pull Request Process

  1. Fork repository
  2. Download forked repository to your local machine
  3. Install all dependencies with npm install
  4. Run npm run dev
  5. Create new branch [your_name]/feature-name (Ex, pavelkeyzik/add-tests-for-custom-hook)
  6. Write your code. More fun here...
  7. Make sure that you don't have any problem in your code. Run npm test and npm run lint commands.
  8. Push your code to repository
  9. And create a pull request