Skip to content

Commit a3211f8

Browse files
authored
Update Contribution.md
1 parent eb4325a commit a3211f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Contribution.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
If this is your first time to open source contribution in python So that I have created this repo for all the you to start contributing.
33

44
# How to contribute!
5-
##Steps:
5+
## Steps:
66
* fork the [repository](https://github.com/ankitdobhal/Python-Scripts)
77
* Clone the fork [repo](https://github.com/ankitdobhal/Python-Scripts)
8-
**git clone https://github.com/ankitdobhal/Python-Scripts
8+
(git clone https://github.com/ankitdobhal/Python-Scripts)
99
* Create new branch
10-
** git checkout -b <Your-Branch-Name>
10+
(git checkout -b <Your-Branch-Name>)
1111
* Add files in scripts folder
12-
** git add <your-contribution>
12+
(git add <your-contribution>)
1313
* Add a commit message !
14-
** git commit -a -m "<Added your message>"
14+
(git commit -a -m "<Added your message>")
1515
* Push changes
16-
** git push origin
16+
(git push origin)
1717
* Create pull requests

0 commit comments

Comments
 (0)