Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshsngh07 committed Oct 16, 2019
1 parent 69c732e commit 8c12848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@

# Contributing

1. ### Star the repository and clone it into your local machine.
1. #### Star the repository and clone it into your local machine.
```
git clone https:/github.com/username/example.git
```

2. ### Create a branch in your local machine.
2. #### Create a branch in your local machine.

```
git checkout -b [branch name]
```

3. ### Add your program in its respective language folder. If language doesn't exist then create its folder.
3. #### Add your program in its respective language folder. If language doesn't exist then create its folder.

4. Commit and Push your program to your branch.

Expand Down

0 comments on commit 8c12848

Please sign in to comment.