Skip to content

Commit

Permalink
Added Bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 committed Oct 9, 2021
1 parent 26b3270 commit 40fb86f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,28 @@ This creates a new copy of the repo under your Github user account.
- Clone this Github repo. Open up the GitBash/Command Line and type in:<br>
<img src="images/clone.png" width="750" /><br>

cd into the specific directory.<br>
Now create a branch of the master by pushing the command:
- cd into the specific directory.<br>
- Now create a branch of the master by pushing the command:
git branch <YOUR_USERNAME ><br>
<img src="images/cd.png" width="750" /><br>
<img src="images/create_branch.png" width="750" /><br>

Start Coding. Make apt commits with proper commit messages. Always use git status to see that you have not made changes on the file you were supposed not to<br>
- Start Coding. Make apt commits with proper commit messages. Always use git status to see that you have not made changes on the file you were supposed not to<br>

Add all the changes with this command: (git add .). This will add the changes to your present workspace.<br>
- Add all the changes with this command: (git add .). This will add the changes to your present workspace.<br>
<img src="images/add.png" width="750" /><br>

Make a commit. This will save a snapshot of your Project.<br>
- Make a commit. This will save a snapshot of your Project.<br>
<img src="images/commit.png" width="750" /><br>

Push the changes : git push<br>
- Push the changes : git push<br>
<img src="images/push.png" width="750" /><br>

Once you push the changes to your repo, Go to your forked repository<br>
- Once you push the changes to your repo, Go to your forked repository<br>
<img src="images/open_PR.png" width="750" /><br>

Click it and you'll be taken to this screen.<br>
- Click it and you'll be taken to this screen.<br>
<img src="images/create_PR.png" width="750" /><br>

Open a pull request by clicking the Create pull request button. This allows the repo's maintainers to reviews your work. From here, they can merge it if it is good, or they may ask you for some changes.
- Open a pull request by clicking the Create pull request button. This allows the repo's maintainers to reviews your work. From here, they can merge it if it is good, or they may ask you for some changes.

Binary file modified images/open_PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 40fb86f

Please sign in to comment.