Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 1.03 KB

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

When contributing to this repository, please first discuss the change you wish to make via issue before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

General Guidelines

  • Before starting to work on something, please open an issue first
  • Ensure that nothing get broke. You can use the playground for that
  • Use prettier before committing 😭
  • When solving a bug, please provide the steps to reproduce it(codesandbox is our best friend for that)
  • Tchill 👌

Setup

Pre-requisites

  • Node: ^16.0.0

Install

Clone the repository and create a local branch:

git clone https://github.com/abhinandanwadwa/image-color-extractor-npm-package.git
cd image-color-extractor-npm-package

git checkout -b my-branch

Install dependencies:

npm install

License

By contributing, you agree that your contributions will be licensed under its MIT License.