vidhichadha2507 / react_projects

0 stars 7 forks source link
hacktoberfest-accepted hacktoberfest2022

Contributing to React Projects

Congratulations!✨, You have taken the first step in making your contribution in my react_projects Repository. Here, you can add your Amazing React Projects. This documentation will serve as a guide for making your contibutions to this project. Please attach screenshots of the work that you have done while making a PR. If you are working on an issue, please mention it as well. Just make sure that you push only the files that you have worked upon Finally!!, we can't wait to see your outstanding issues and pull requests. Welcome πŸ˜‡β€

Steps to Open a New Issue...

Image1

Image2

image3

image3-5

i4

Yeahhh!✨, you just made added your first issue. The Maintainer of react_projects will now review your issue and you will either get assigned to the issue, have it closed or a comment will be dropped for you.

You have been assigned an issue πŸ₯‚ and are confused 😡 about where to go from here, follow this guide below to make your changes and pull request 🍾.

Getting Started...

Steps to clone the Repository

i5

i6

git clone https://github.com/vidhichadha2507/react_projects.git
cd react_projects
npm i
git checkout -b "Your Branch Name"
// #343 is the issu ticket number and make a request is the assigned issue na

git checkout -b "#343-make a request"

Yeahhh, You are all set!! πŸΎπŸŽ‰. You can now make your changes locally. Once you are done making all your changes, you can now push code and make a pull request.

Steps to make a Pull Request

You have to switch to the main branch and make sure it's up to date with the react_projects main branch. To do so, use the following commands belowπŸ‘‡.

git remote add upstream https://github.com/vidhichadha2507/react_projects.git
git checkout main
git pull upstream main

You can now update your branch from your local copy of main, and push it!. See how below. πŸ‘‡

git add .
git commit -m "<your commit message>"
git push origin <name-of-your-branch>

Hurray!!, we are done with the hard part. Now Github will check for conflicts and if non is found, you can make the pull request and the mainteners of react_projects will review your pull request to have it merged or make a comment on it.

Code Review Process

The maintainer of react_projects looks at Pull Requests on a regular basis and carries out merging or comments on the requests. You can close a pull request if it isn't showing any activity after two weeks.

Thanks to all Contributors

Don't forgot to give a ⭐ to the repository, if you learned something!