This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 4
4
# How to contribute!
5
5
6
6
## Steps:
7
+ - First commment on the issue in which you want to work upon.
8
+ - Issue-1 : https://github.com/ankitdobhal/Awesome-Python-Scripts/issues/91
9
+ - Issue-2 : https://github.com/ankitdobhal/Awesome-Python-Scripts/issues/92
10
+ - Issue-3 : https://github.com/ankitdobhal/Awesome-Python-Scripts/issues/93
11
+ - Issue-4 : https://github.com/ankitdobhal/Awesome-Python-Scripts/issues/91
12
+
7
13
- Fork the [ repository] ( https://github.com/ankitdobhal/Awesome-Python-Scripts )
8
14
9
15
- Clone the fork [ repo] ( https://github.com/ankitdobhal/Awesome-Python-Scripts )
10
- ( git clone https://github.com/ankitdobhal/Awesome-Python-Scripts )
16
+ - git clone https://github.com/ankitdobhal/Awesome-Python-Scripts
11
17
- Create new branch
12
- git checkout -b <Your-Branch-Name >)
18
+ - git checkout -b <Your-Branch-Name >
13
19
14
20
- Add Scripts related to your respective issues.
15
- ( git add <your-contribution >)
21
+ - git add <your-contribution >
16
22
17
23
- Add a commit message !
18
- ( git commit -a -m "<Added your message >")
24
+ - git commit -a -m "<Added your message >"
19
25
- Push changes
20
- ( git push origin)
26
+ - git push origin
21
27
22
- - Create pull requests
23
- [ Try to Mention the related issue for your PR]
28
+ - Create pull requests
29
+ - [ Try to Mention the related issue for your PR]
You can’t perform that action at this time.
0 commit comments