This repository was archived by the owner on Sep 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8e24781
commit 29fd337
Showing
1 changed file
with
18 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### How to Contribute | ||
1. Fork the project in GitHub | ||
2. Clone your forked repo locally | ||
3. Pick an issue you want to work on | ||
4. Commit and push to your forked repository | ||
5. Don't forget to add your name in the README.md file | ||
6. Make sure your Pull Request complies to the checklist of the issue | ||
7. Create a PR from your fork to the main repo in GitHub | ||
|
||
### Learning Resources | ||
|
||
[Creating a pull request](https://services.github.com/on-demand/intro-to-github/create-pull-request) | ||
|
||
[Learn the Git basics](https://try.github.io) | ||
|
||
[For documentation markdown files](https://guides.github.com/features/mastering-markdown) | ||
|
||
[Our own small tutorial](https://github.com/pesos/members-list) |