From 8dab7b3654043da1139bcbe56c86340b4386f217 Mon Sep 17 00:00:00 2001 From: Dov Amir Date: Sat, 9 Jun 2018 14:18:05 +0300 Subject: [PATCH] Update contributing.md --- contributing.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contributing.md b/contributing.md index 11e1a37..843e3a6 100644 --- a/contributing.md +++ b/contributing.md @@ -15,10 +15,10 @@ Please ensure your pull request adheres to the following guidelines: Thank you for your suggestions! -# Contribution to GitHub +# Contribution to GitHub steps -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 +- 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