Skip to content

Commit cb83ea5

Browse files
committed
Update images
1 parent 6881c2a commit cb83ea5

11 files changed

+10
-10
lines changed
File renamed without changes.

Diff for: AddNewFile.png renamed to Images/AddNewFile.png

File renamed without changes.
File renamed without changes.

Diff for: CreatePR.png renamed to Images/CreatePR.png

File renamed without changes.

Diff for: ForkRepo.png renamed to Images/ForkRepo.png

File renamed without changes.

Diff for: OpenPR.png renamed to Images/OpenPR.png

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ Once you have GitHub set up, link it to the Hacktoberfest event site.
1616

1717
2. Click the <kbd>Start Hacking</kbd> button
1818

19-
![Start Hacking button](StartHacking.png)
19+
![Start Hacking button](Images/StartHacking.png)
2020

2121
3. Click <kbd>Sign up with GitHub</kbd>
2222

23-
![Sign up with GitHub button](SignUpWithGitHub.png)
23+
![Sign up with GitHub button](Images/SignUpWithGitHub.png)
2424

2525
4. Accept the permissions
2626

27-
![Click "Authorize Hacktoberfest"](AcceptPermissions.png)
27+
![Click "Authorize Hacktoberfest"](Images/AcceptPermissions.png)
2828

2929

3030
5. Enter the info. Choose "Participant" under "Are you a..."
3131

3232

33-
![Select Participant field](SelectParticipant.png)
33+
![Select Participant field](Images/SelectParticipant.png)
3434

3535
5. That's it! When you make pull requests later, they'll show up.
3636

37-
![](PullRequestBanner.png)
37+
![](Images/PullRequestBanner.png)
3838

3939

4040
### Making a pull request
@@ -47,11 +47,11 @@ Pull requests sound scary but they just mean "code contribution." That can be ad
4747

4848
2. Click <kbd>Fork</kbd>. This will make a copy of the folder that you can edit.
4949

50-
![Fork](ForkRepo.png)
50+
![Fork](Images/ForkRepo.png)
5151

5252
3. Add a file.
5353

54-
![Add file -> Create new file](AddNewFile.png)
54+
![Add file -> Create new file](Images/AddNewFile.png)
5555

5656
4. Paste in your code!
5757

@@ -62,14 +62,14 @@ print("Hello world")
6262
5. Commit your changes.
6363
- "Commit" = save your code
6464

65-
![Commit new file](CommitChanges.png)
65+
![Commit new file](Images/CommitChanges.png)
6666

6767
6. You have added your file. Time to create a pull request now
6868

69-
![Contribute -> Open pull request](OpenPR.png)
69+
![Contribute -> Open pull request](Images/OpenPR.png)
7070

7171
7. Confirm that you want to create a PR
7272

73-
![Click "Create pull request"](CreatePR.png)
73+
![Click "Create pull request"](Images/CreatePR.png)
7474

7575
8. Thanks for the PR! We will accept it later and it will count to your 4 PRs.

0 commit comments

Comments
 (0)