Skip to main content

Contributing

Code contributions

Here is a quick guide to doing code contributions to the library.

  1. Fork and clone the repo to your local machine:

    git clone https://github.com/YOUR_GITHUB_USERNAME/react-image-displayer.git
  2. Create a new branch from main with a meaningful name for a new feature or an issue you want to work on:

    git checkout -b your-meaningful-branch-name
  3. Install packages by running:

    npm install
  4. Push your branch:

    git push -u origin your-meaningful-branch-name
  5. Submit a pull request to the upstream react-image-displayer repository.

  6. Choose a descriptive title and describe your changes briefly.