-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|