@@ -16,25 +16,25 @@ Once you have GitHub set up, link it to the Hacktoberfest event site.
16
16
17
17
2 . Click the <kbd >Start Hacking</kbd > button
18
18
19
- ![ Start Hacking button] ( StartHacking.png )
19
+ ![ Start Hacking button] ( Images/ StartHacking.png)
20
20
21
21
3 . Click <kbd >Sign up with GitHub</kbd >
22
22
23
- ![ Sign up with GitHub button] ( SignUpWithGitHub.png )
23
+ ![ Sign up with GitHub button] ( Images/ SignUpWithGitHub.png)
24
24
25
25
4 . Accept the permissions
26
26
27
- ![ Click "Authorize Hacktoberfest"] ( AcceptPermissions.png )
27
+ ![ Click "Authorize Hacktoberfest"] ( Images/ AcceptPermissions.png)
28
28
29
29
30
30
5 . Enter the info. Choose "Participant" under "Are you a..."
31
31
32
32
33
- ![ Select Participant field] ( SelectParticipant.png )
33
+ ![ Select Participant field] ( Images/ SelectParticipant.png)
34
34
35
35
5 . That's it! When you make pull requests later, they'll show up.
36
36
37
- ![ ] ( PullRequestBanner.png )
37
+ ![ ] ( Images/ PullRequestBanner.png)
38
38
39
39
40
40
### Making a pull request
@@ -47,11 +47,11 @@ Pull requests sound scary but they just mean "code contribution." That can be ad
47
47
48
48
2 . Click <kbd >Fork</kbd >. This will make a copy of the folder that you can edit.
49
49
50
- ![ Fork] ( ForkRepo.png )
50
+ ![ Fork] ( Images/ ForkRepo.png)
51
51
52
52
3 . Add a file.
53
53
54
- ![ Add file -> Create new file] ( AddNewFile.png )
54
+ ![ Add file -> Create new file] ( Images/ AddNewFile.png)
55
55
56
56
4 . Paste in your code!
57
57
@@ -62,14 +62,14 @@ print("Hello world")
62
62
5 . Commit your changes.
63
63
- "Commit" = save your code
64
64
65
- ![ Commit new file] ( CommitChanges.png )
65
+ ![ Commit new file] ( Images/ CommitChanges.png)
66
66
67
67
6 . You have added your file. Time to create a pull request now
68
68
69
- ![ Contribute -> Open pull request] ( OpenPR.png )
69
+ ![ Contribute -> Open pull request] ( Images/ OpenPR.png)
70
70
71
71
7 . Confirm that you want to create a PR
72
72
73
- ![ Click "Create pull request"] ( CreatePR.png )
73
+ ![ Click "Create pull request"] ( Images/ CreatePR.png)
74
74
75
75
8 . Thanks for the PR! We will accept it later and it will count to your 4 PRs.
0 commit comments