From 1e4fb91564a15b5e70e4bd3786974b4dd2a4525b Mon Sep 17 00:00:00 2001 From: Haysa Date: Wed, 18 Oct 2017 23:25:52 -0300 Subject: [PATCH] Add new line to CONTRIBUTION.md --- CONTRIBUTION.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 5c3b40c..0158aef 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -1,22 +1,32 @@ -**Contribute ** +**How to contribute** **1. Fork and Clone this repo :** -```sh git clone https://github.com//DAS-Android-Application.git cd DAS-Android-Application ``` +```sh +git clone https://github.com//DAS-Android-Application.git +cd DAS-Android-Application +``` **2. Modify any file or add your own file** **3. Add all the modified files :** -```sh git add ``` +```sh +git add +``` **4. Commit your changes :** -```sh git commit -m "" ``` +```sh +git commit -m "" +``` **5. Push your changes :** -```sh git remote add origin [https://github.com/](https://github.com/)/DAS-Android-Application.git +```sh +git remote add origin [https://github.com/](https://github.com/)/DAS-Android-Application.git -git push -u origin master ``` +git push -u origin master +``` +**6.** [Open a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/)