Skip to content

Commit 4a970fb

Browse files
committed
change PM to TL in readme
1 parent 934556d commit 4a970fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ This project consists of two parts:
77
You will need to follow the Lambda School Git Workflow to add a file to this project follow the steps below:
88

99
- [ ] Create your own version of this repo - Fork
10-
- [ ] Add your PM as a collaborator
10+
- [ ] Add your TL as a collaborator
1111
- [ ] Clone this repo
1212
- [ ] Create a branch `git checkout -b 'firstName-lastName'`
1313
- [ ] Add a file to the project called `yourFirstName-yourLastName`.txt. This file can contain anything.
1414
- [ ] Run your usual git commands for adding/commiting and pushing **Be sure to push to your branch!**
1515
- [ ] Create a Pull-Request to submit your work
1616
- [ ] Use your own student fork as the base (compare across forks, base-fork -> master).
17-
- [ ] Add your PM as a reviewer on the Pull-Request
18-
- [ ] PM then will count the Assignment as done by merging the HW back into master "STUDENT FORK".
17+
- [ ] Add your TL as a reviewer on the Pull-Request
18+
- [ ] TL then will count the Assignment as done by merging the HW back into master "STUDENT FORK".
1919

2020
## Part Two:
2121
Go back and follow the same steps for your [UI-III-Flexbox project](https://github.com/LambdaSchool/UI-III-Flexbox) and your [User Interface - Great Idea Project](https://github.com/LambdaSchool/User-Interface).
2222

2323
In order to do this, you **do not** need to create new forks of these projects. Follow the steps below for each project:
2424

25-
- [ ] Add your PM as a collaborator to your fork.
25+
- [ ] Add your TL as a collaborator to your fork.
2626
- [ ] Go into your project folder, make a new branch `firstname-lastname`
2727
- [ ] Add your first and last name to the README.md file in the project and save.
2828
- [ ] add/commit/and push to your own branch **Be sure to push to your branch!**
2929
- [ ] Create a Pull-Request to submit your work
3030
- [ ] Use your own student fork as the base (compare across forks, base-fork -> master).
31-
- [ ] Add your PM as a reviewer on the Pull-Request
32-
- [ ] PM then will count the Assignment as done by merging the HW back into master "STUDENT FORK".
31+
- [ ] Add your TL as a reviewer on the Pull-Request
32+
- [ ] TL then will count the Assignment as done by merging the HW back into master "STUDENT FORK".
3333

3434
## Stretch
3535
- [ ] While the processes learned here will set you up to be successful in most situations, they are just the tip of the iceberg in learning Git. Independantly research the following topics to learn more about Git.

0 commit comments

Comments
 (0)