From 159584d7ef8938736a81779274eb087b850fdd69 Mon Sep 17 00:00:00 2001 From: Hritik Raj <37825309+Hritikraj8804@users.noreply.github.com> Date: Sun, 15 Oct 2023 09:18:52 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fe44b48..883743f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,10 +12,16 @@ When you submit a pull request, a CLA-bot will automatically determine whether y Here's the general contribution process: -1. Fork this repo -1. Create a new branch -1. Commit your changes to that branch -1. Do a PR from your fork/branch to azure-sdk-korean/main. +- Fork this Repository using the button at the top on right corner. +- Clone your forked repository to your pc ( git clone "url from clone option.) +- Create a new branch for your modifications (ie. `git branch new-user` and check it out `git checkout new-user` or simply do `git checkout -b new-user`) +- Add your files (`git add -A`), commit (`git commit -m "added myself"`) and push (`git push origin new-user`) +- Create a pull request +- Star this repository + +## Wait for Pull Request to merge + +## Celebrate - you've done your pull request!! ## Codespaces