From 94afe35e70bfe78b0cb67aa099799b3bda769401 Mon Sep 17 00:00:00 2001 From: SURBHI SHEKHAR <79759981+ssurbhi09@users.noreply.github.com> Date: Sun, 19 Dec 2021 23:09:37 +0530 Subject: [PATCH] Update README.md Added how to contribute on readme file --- README.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/README.md b/README.md index e42c5bf..2a69047 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,90 @@ yarn start + +# 💥 How to Contribute + +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/mohit200008/FoodSaver20008/pulls) +[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) + +- Take a look at the existing [Issues](https://github.com/ssurbhi09/Github-Automation/issues) or [create a new issue](https://github.com/ssurbhi09/Github-Automation/issues/new/choose)! +- [Fork the Repo](https://github.com/ssurbhi09/Github-Automation/issues/new/fork), create a branch for any issue that you are working on and commit your work. +- Create a **[Pull Request](Github-Automation)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community. +- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits. + +## ⭐ HOW TO MAKE A PULL REQUEST: + +**1.** Start by making a fork the [**ExamResultGenerator**](https://github.com/mohit200008/FoodSaver20008) repository. Click on the symbol at the top right corner. + +**2.** Clone your new fork of the repository: + +```bash +git clone https://github.com//FoodSaver20008 +``` + +**3.** Set upstream command: + +```bash +git remote add upstream https://github.com/mohit200008.git +``` + +**4.** Navigate to the new project directory: + +```bash +cd Github-Automation +``` + +**5.** Create a new branch: + +```bash +git checkout -b YourBranchName +``` + +**6.** Sync your fork or local repository with the origin repository: + +- In your forked repository click on "Fetch upstream" +- Click "Fetch and merge". + +### Alternatively, Git CLI way to Sync forked repository with origin repository: + +```bash +git fetch upstream +``` + +```bash +git merge upstream/main +``` + +### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing + +**7.** Make your changes to the source code. + +**8.** Stage your changes and commit: + +```bash +git add . +``` + +```bash +git commit -m "" +``` + +**9.** Push your local commits to the remote repository: + +```bash +git push origin YourBranchName +``` + +**10.** Create a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)! + +**11.** **Congratulations!** You've made your first contribution! 🙌🏼 + + + +## All the best! 🥇 + +

+ +[![built with love](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/unnati914/Care4ther-) + +