Skip to content

Commit a99148e

Browse files
committed
added git flow to
1 parent 01c13ad commit a99148e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,22 @@
33

44
With some basic JavaScript principles in hand, we can now expand our skills out even further by exploring callback functions, array methods, and closure. Finish each task in order as the concepts build on one another.
55

6-
## Task 1: Set Up The Project With Git
6+
## Set Up The Project With Git
77

8-
* [ ] Fork the project into your GitHub user account
9-
* [ ] Clone the forked project into a directory on your machine
10-
* [ ] You are now ready to build this project with your preferred IDE
11-
* [ ] 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.
8+
**Follow these steps to set up and work on your project:**
129

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

1423
## Task 2: Callbacks
1524

0 commit comments

Comments
 (0)