Update contributing.md

This commit is contained in:
Dov Amir
2018-06-09 14:16:57 +03:00
committed by GitHub
parent 5c8c20d023
commit 8a94c7ee0e

View File

@@ -14,3 +14,11 @@ Please ensure your pull request adheres to the following guidelines:
- Good design patterns resources should have at least 5 patterns with detailed descriptions. - Good design patterns resources should have at least 5 patterns with detailed descriptions.
Thank you for your suggestions! Thank you for your suggestions!
# Contribution to GitHub
Fork it!
Create your branch: git checkout -b my-new-branch
Commit your changes: git commit -am 'fix stuff'
Push to the branch: git push origin my-new-branch
Submit a pull request