Contributing
Code contributions
Here is a quick guide to doing code contributions to the library.
-
Fork and clone the repo to your local machine:
git clone https://github.com/YOUR_GITHUB_USERNAME/react-image-displayer.git
-
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
-
Install packages by running:
npm install
-
Push your branch:
git push -u origin your-meaningful-branch-name
-
Submit a pull request to the upstream
react-image-displayer
repository. -
Choose a descriptive title and describe your changes briefly.