Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.14 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.14 KB

GDSC-dataStore

Here are some steps provided to how to give contribution to this project.

1. Fork a repo

you click on fork button so

tempsnip

2. Push Changes

-> Clone repository in your system from git clone https://github.com/<Your-Username>/GDSC-dataStore.git

-> When your changes done then do git add .

-> Commit your work through git commit -m "Enter messeage"

-> Push your code git push -u origin <branch-name>.

3. Create Pull request

You can create pull request by following steps

1. tempsnip

2. Press on create pull request.

tempsnip

3. Click on create pull request so your pull request created

tempsnip

Your pull request generated, now waiting for review it.