Skip to content

Commit 81aa842

Browse files
authored
Update README.md
1 parent 598f6e3 commit 81aa842

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,20 @@
55
## Website
66
https://10secondsofcode.com
77

8+
# Welcome to HacktoberFest 2019!
9+
Follow these steps to make your first pull request-
10+
1. Fork this repository.
11+
2. Clone your forked repository to your local machine.
12+
3. Add your name in Contributors.md file.
13+
4. Write these command on your terminal-
14+
```
15+
git add -A
16+
git commit -m "your name"
17+
git push origin master
18+
```
19+
5. Then create your pull request.
20+
6. Star my repository.
21+
7. Congratulations!! You have successfully created your pull request.
22+
8. Check your progress here (https://hacktoberfest.digitalocean.com/profile)
23+
Wait for your shirt.
24+

0 commit comments

Comments
 (0)