Skip to content

Commit

Permalink
Update README.md (#74)
Browse files Browse the repository at this point in the history
* Updated README.md
Closes #38
  • Loading branch information
divyam3897 authored Oct 14, 2018
1 parent 4fc6875 commit 80dd25b
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
# Github 101
Just to help you learn git.
Steps to help anyone contribute to our github repository.

## Git and Github for beginners
Just follow these steps to get going...
Follow the following steps to contribute:

* Fork and clone this repo.
* You can contribute in the following ways:
* Create a folder of your github username and add an about.md.
* Add a program in the required language folder of any existing issue.
* Commit your changes, push them and send a pull request.
* Look for more issues in the issues section and continue contributing.

1. Fork and clone this repo.
2. Edit names.md and add your github username in a new line inside it.
3. Commit your changes, push them and send a PR.
4. Look for more issues in the issues section and continue contributing.

## Guidelines

1. Claim the issue that you want to work on, by commenting below the created issue.
2. If someone else has claimed the issue wait for him to complete it, don't send a PR directly.
3. If there is some inactivity on the issue you can ask the person who has claimed it if he is working on it.
4. If there is no reply within a day, the issue is yours to take.
5. Tag the issue in the description of your PR.
6. You are free to open new issues given that they are relevant.
* Claim the issue that you want to work on, by commenting below the created issue.
* If someone else has claimed the issue wait for him to complete it, don't send a PR directly.
* If there is some inactivity on the issue you can ask the person who has claimed it if he is working on it.
* If there is no reply within a day, the issue is yours to take.
* Tag the issue in the description of your PR.
* You are free to open new issues given that they are relevant.


0 comments on commit 80dd25b

Please sign in to comment.