Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 16 additions & 6 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
**Contribute **
**How to contribute**

**1. Fork and Clone this repo :**

```shgit clone https://github.com/<your_github_username>/DAS-Android-Application.gitcd DAS-Android-Application```
```sh
git clone https://github.com/<your_github_username>/DAS-Android-Application.git
cd DAS-Android-Application
```

**2. Modify any file or add your own file**

**3. Add all the modified files :**

```shgit add <path of modified-files>```
```sh
git add <path of modified-files>
```

**4. Commit your changes :**

```shgit commit -m "<Specify your changes>"```
```sh
git commit -m "<Specify your changes>"
```

**5. Push your changes :**

```shgit remote add origin [https://github.com/](https://github.com/)<your_github_username>/DAS-Android-Application.git
```sh
git remote add origin [https://github.com/](https://github.com/)<your_github_username>/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/)