Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the doc #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
- [Sagun Jaiswal](https://github.com/sagunjaiswal)
- [Mukka Deepak](https://github.com/Deepakmukka1)
- [JayaGaneshKumar](https://github.com/jayaganeshkumar)
- [Pronay Guha](https://github.com/pronayguha13)
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

![badge](http://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)


# KickOff To Open Source

Maintainer - [@MadhavBahlMD](https://github.com/MadhavBahlMD/)
Expand All @@ -19,7 +18,7 @@ Also, you can see the presentation slides of `Kickoff To Opensource` here: [madh

First step for starting open source is obviously, finding an open source project to contribute to!

Either you can go for contributing the project os some open source organisation like fossasia etc.
Either you can go for contributing the project on some open source organisation like fossasia etc.

Or, you can find your projects/issues you want ot work on from these websites.

Expand All @@ -33,7 +32,7 @@ Or, you can find your projects/issues you want ot work on from these websites.

- [Awesome First Timers PR](https://github.com/MunGell/awesome-for-beginners) - A list of awesome beginners-friendly projects.

By now, you must have found your required project/issue.
By now, you must have found your required project/issue.

This is a first timers only repo which can be used to make your first open source contribution. We will write our username and description in the CONTRIBUTORS.md file and make a PR.

Expand All @@ -57,7 +56,7 @@ git clone "Copied URL"

<img src="images/clone.gif" />

## STEP 4: Create A Branch
## STEP 4: Create A Branch

Go to the directory where you cloned the repo.

Expand All @@ -77,7 +76,6 @@ git checkout -b MadhavBahlMD

<img src="images/checkout.gif" />


## STEP 5: Make Changes! Resolve Issue! Commit Those Changes! Push To GitHub!

Make the necessary changes, commit and push your code to GitHub.
Expand Down