You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suggest changes in the phrasing of module repository
teacher's repository might be confusing for some students. We change teachers for every module and some teachers might not have the most up-to-date repositories
Follow the walkthrough to learn how to submit your homework for each week:
10
9
11
10
ONE TIME ONLY (START OF EVERY MODULE)
12
11
13
-
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of your teacher's module repository. You do this by using the `fork` option on the top right corner of their repository
12
+
1. Create a [fork](https://help.github.com/en/articles/fork-a-repo) of the module repository under
13
+
the HackYourFuture user.
14
+
For example, for JavaScript1, the module repository is `https://www.github.com/HackYourFuture/JavaScript1`.
15
+
You can find the `fork` option on the top right corner of the repository.
14
16
2. Navigate to the URL of the cloned repository (it should be in your personal GitHub account, under "repositories")
15
17
3. Clone the repository, using SSH, to your local machine. You can do this by typing in `git clone <git url>` in the command line
16
18
4. On your local machine, navigate to the folder using the command line
@@ -22,14 +24,17 @@ EVERY WEEK
22
24
2. Create a folder called `homework` inside of each week's folder. So for example, inside of the `Week1` folder, create a new folder called `homework`
23
25
3. Once you're finished, add and commit everything. Make the commit message meaningful, for example `finished project for homework week1`
24
26
4. Push the branch to your forked repository
25
-
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, on branch master
27
+
5. On the GitHub page of your forked repository, click on the `create pull request` button.
28
+
Make sure that the `base repository` is the module repository E.g. `https://www.github.com/HackYourFuture/JavaScript1.git`,
29
+
on branch master.
26
30
6. Give the pull request a title in the following format:
27
31
28
32
```markdown
29
33
Homework week 1 <Your name>
30
34
```
31
35
32
-
7. Submit the pull request from your forked repository branch into the `master` branch of your teacher's repository
36
+
7. Submit the pull request from your forked repository branch into the `master` branch of the module repository.
37
+
Note that you are comparing `your branch + your repository` with the `master branch + module repository`.
33
38
8. Do a little victory dance because you did it! Good job!
34
39
35
40
For a visual walkthrough the steps please watch the following video one of our teachers, Unmesh Joshi, has made:
0 commit comments