File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
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.
3
3
4
4
# How to contribute!
5
- ##Steps:
5
+ ## Steps:
6
6
* fork the [ repository] ( https://github.com/ankitdobhal/Python-Scripts )
7
7
* 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 )
9
9
* Create new branch
10
- ** git checkout -b <Your-Branch-Name >
10
+ ( git checkout -b <Your-Branch-Name >)
11
11
* Add files in scripts folder
12
- ** git add <your-contribution >
12
+ ( git add <your-contribution >)
13
13
* Add a commit message !
14
- ** git commit -a -m "<Added your message >"
14
+ ( git commit -a -m "<Added your message >")
15
15
* Push changes
16
- ** git push origin
16
+ ( git push origin)
17
17
* Create pull requests
You can’t perform that action at this time.
0 commit comments