Skip to content

Commit cca1848

Browse files
committed
update way to hand in homework
1 parent 2183d3f commit cca1848

3 files changed

Lines changed: 35 additions & 2 deletions

File tree

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This week is tough, asynchronous coding is another one of these programming thin
1414

1515
## **2. Homework exercises**
1616

17-
This week we expect you to do the exercises in the corresponding module/week folder (Using API's / Week 1). Have a look at your class repository on how to hand in the homework.
17+
This week we expect you to do the exercises in the corresponding module/week folder (Using API's / Week 1). Have a look at the [homework guide](https://github.com/HackYourFuture/UsingAPIs/blob/main/hand-in-homework-guide.md) to see how to hand in your homework.
1818

1919
## Done early?
2020

Week2/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In the following "code along" you'll be building a complete Weather App that mak
2424

2525
## **3. Homework exercises**
2626

27-
This week we expect you to do the exercises in the corresponding module/week folder (Using API's / Week 2). Have a look at your class repository on how to hand in the technical homework.
27+
This week we expect you to do the exercises in the corresponding module/week folder (Using API's / Week 2). Have a look at the [homework guide](https://github.com/HackYourFuture/UsingAPIs/blob/main/hand-in-homework-guide.md) to see how to hand in your homework.
2828

2929
## **4. Interview preparation**
3030

hand-in-homework-guide.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# How to hand in homework
2+
3+
In this module you'll submit your homework only using GIT and GitHub.
4+
5+
1. [GitHub](https://www.github.com/HackYourFuture/UsingAPIs)
6+
7+
## 1. GitHub homework guide
8+
9+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=CpYARPYGQU8" target="_blank"><img src="./assets/submit-homework.png" width="400" height="250" alt="HYF Video" /></a>
10+
11+
Watch the video (by clicking the image) or go through the following walk-through to learn how to submit your homework:
12+
13+
ONE TIME ONLY (START OF EVERY MODULE)
14+
15+
This module is slightly different as you have already done the one time setup in the previous module. We will be using the same fork as we used there (`https://www.github.com/HackYourHomework/Homework-classXX`).
16+
17+
EVERY WEEK
18+
19+
1. Create a new branch for each week you have homework. For example, for the week 1 homework for Using API's create a branch called `YOUR_NAME-w1-UsingAPIs`
20+
2. Inside the correct week folder, create another folder called `homework`. Make your homework files in there, while on the correct branch
21+
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
22+
4. Push the branch to your forked repository
23+
5. On the GitHub page of your forked repository, click on the `create pull request` button. Make sure the `base repository` is your teacher's repository, on branch master
24+
6. Give the pull request a title in the following format:
25+
26+
```markdown
27+
Homework week 1 <Your name>
28+
```
29+
30+
7. Submit the pull request from your forked repository branch into the `master` branch
31+
8. Do a little victory dance because you did it! Good job!
32+
33+
If you have any questions or if something is not entirely clear ¯\\\_(ツ)\_/¯, please ask/comment on Slack!

0 commit comments

Comments
 (0)