Skip to content
This repository was archived by the owner on Nov 16, 2019. It is now read-only.

Commit 3a400dd

Browse files
committed
updated gitflow for assignments.
1 parent c9d33ab commit 3a400dd

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22

33
* The point of these assignments is to take your knowledge of JavaScript and start putting into practice the principles learned throughout JavaScript I.
44

5+
## Set Up The Project With Git
6+
7+
**Follow these steps to set up and work on your project:**
8+
9+
* [ ] Create a forked copy of this project.
10+
* [ ] Add your project manager as collaborator on Github.
11+
* [ ] Clone your OWN version of the repository (Not Lambda's by mistake!).
12+
* [ ] Create a new branch: git checkout -b `<firstName-lastName>`.
13+
* [ ] Implement the project on your newly created `<firstName-lastName>` branch, committing changes regularly.
14+
* [ ] Push commits: git push origin `<firstName-lastName>`.
15+
16+
**Follow these steps for completing your project.**
17+
18+
* [ ] Submit a Pull-Request to merge <firstName-lastName> Branch into master (student's Repo). **Please don't merge your own pull request**
19+
* [ ] Add your project manager as a reviewer on the pull-request
20+
* [ ] Your project manager will count the project as complete by merging the branch back into master.
21+
522
## Assignment Description
623

7-
* Fork/Clone this repository.
824
* Complete all the exercises as described inside each assignment file.
925
* Use `console.log()` statements to check to see if your code does what it is supposed to do.
1026
* To test your `console.log()` statements open up the index.html file found in the assignments folder and use the developer tools to view the console.

0 commit comments

Comments
 (0)