File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 22
33This challenge focuses on using the ` this ` keyword as well as getting comfortable with prototypes by building out a fantasy themed video game.
44
5- ## Git Set up
5+ ## Set Up The Project With Git
66
7- * [ ] Fork the project into your GitHub user account
8- * [ ] Clone the forked project into a directory on your machine
9- * [ ] Create a pull request before you start working on the project requirements. You will continuously push your updates throughout the project.
10- * [ ] You are now ready to build this project with your preferred IDE
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.
1121
1222## Assignment Set Up
1323
You can’t perform that action at this time.
0 commit comments