From 8a94c7ee0eca2cb2c6e112d909b9a85efa4bac5d Mon Sep 17 00:00:00 2001 From: Dov Amir Date: Sat, 9 Jun 2018 14:16:57 +0300 Subject: [PATCH] Update contributing.md --- contributing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contributing.md b/contributing.md index a257fb5..11e1a37 100644 --- a/contributing.md +++ b/contributing.md @@ -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. 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