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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This challenge allows you to practice the concepts and techniques learned over t
8
8
9
9
This is an individual assessment. All work must be your own. Your challenge score is a measure of your ability to work independently using the material covered through this sprint. You need to demonstrate proficiency in the concepts and objectives introduced and practiced in preceding days.
10
10
11
-
You are not allowed to collaborate during the Sprint Challenge. However, you are encouraged to follow the twenty-minute rule and seek support from your PM and Instructor in your cohort help channel on Slack. Your work reflects your proficiency in JavaScript fundamentals.
11
+
You are not allowed to collaborate during the Sprint Challenge. However, you are encouraged to follow the twenty-minute rule and seek support from your TL and Instructor in your cohort help channel on Slack. Your work reflects your proficiency in JavaScript fundamentals.
12
12
13
13
You have three hours to complete this challenge. Plan your time accordingly.
14
14
@@ -43,7 +43,7 @@ Edit this document to include your answers after each question. Make sure to lea
43
43
Follow these steps to set up and work on your project:
44
44
45
45
-[ ] Create a forked copy of this project.
46
-
-[ ] Add PM as collaborator on Github.
46
+
-[ ] Add TL as collaborator on Github.
47
47
-[ ] Clone your OWN version of Repo (Not Lambda's by mistake!).
48
48
-[ ] Create a new Branch on the clone: git checkout -b `<firstName-lastName>`.
49
49
-[ ] Create a pull request before you start working on the project requirements. You will continuously push your updates throughout the project.
@@ -55,7 +55,7 @@ Follow these steps for completing your project:
55
55
56
56
-[ ] Submit a Pull-Request to merge <firstName-lastName> Branch into master (student's Repo).
57
57
-[ ] Add your team lead as a Reviewer on the Pull-request
58
-
-[ ]PM then will count the HW as done by merging the branch back into master.
58
+
-[ ]TL then will count the HW as done by merging the branch back into master.
0 commit comments