We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598f6e3 commit 81aa842Copy full SHA for 81aa842
README.md
@@ -5,3 +5,20 @@
5
## Website
6
https://10secondsofcode.com
7
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