Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit e74b9dd

Browse files
authored
Update Contribution.md
1 parent 743d395 commit e74b9dd

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Contribution.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,26 @@
44
# How to contribute!
55

66
## 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+
713
- Fork the [repository](https://github.com/ankitdobhal/Awesome-Python-Scripts)
814

915
- 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
1117
- Create new branch
12-
git checkout -b <Your-Branch-Name>)
18+
- git checkout -b <Your-Branch-Name>
1319

1420
- Add Scripts related to your respective issues.
15-
(git add <your-contribution>)
21+
- git add <your-contribution>
1622

1723
- Add a commit message !
18-
(git commit -a -m "<Added your message>")
24+
- git commit -a -m "<Added your message>"
1925
- Push changes
20-
(git push origin)
26+
- git push origin
2127

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]

0 commit comments

Comments
 (0)