DaneshMadarbakus / WDI_LDN_24_HOMEWORK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WDI 24 Student Homework Repository

Welcome to the GA London WDI 24 student homework repository. This is the place we are going to monitor the completion of your homework.

Setup

Step 1. Fork the repository

First, fork this repository by clicking the fork button.

folk-repo

Step 2. Clone your fork

Next, clone your fork to your machine.

clone

Step 3. Create your directory

In the root folder, create a folder with your github nickname.

.
├── README.md
└── github-username-directory

Submitting work

Step 1. Create a week/day folder

When you are going to add a new homework, first create a directory with the information about the week and the day like with the format w01d02 (for week one, day two).

Your folder structure should look something like this:

.
├── README.md
└── github-username-directory
    └── w01d02

Step 2. Push to your fork

At the end of each day (or first thing each morning), ensure all of your homework is committed to git and pushed to your github fork of the student work repository.

Step 3. Submit a pull request

Then create a pull request from your fork. This will automatically include all the commits you have made to the repository.

pull-request

Step 3. Add a title and comment

Add the title of homework to the pull request, e.g. "Javascript calculator w01d02".

Then add a comment to the pull request. Every comment should follow this format:

* Comfortability [0 to 5]
* Completeness [0 to 5]
* What was a win?
* What was a challenge?
* Any other comments

The instructional team will then review your pull request, and use the main repository as the source to monitor your work. If you do not issue a pull request, it will appear to us that you have not completed the assignments for the previous day, and it will be recorded as such.

If you have any problems with submitting assignments, ask the instructional staff to help you.

About


Languages

Language:JavaScript 44.8%Language:Ruby 33.1%Language:HTML 12.7%Language:EJS 4.2%Language:CSS 3.7%Language:SCSS 1.2%Language:CoffeeScript 0.4%