From 570f87a868bfceed7617f6434c291b1ae783b8cb Mon Sep 17 00:00:00 2001 From: Heather Faerber Date: Tue, 12 Nov 2024 08:41:05 -1000 Subject: [PATCH] Update to require each team member to fork repo, including repo owner --- module2/projects/coupon-codes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/projects/coupon-codes/index.md b/module2/projects/coupon-codes/index.md index 970e8c4d..afdfd63b 100644 --- a/module2/projects/coupon-codes/index.md +++ b/module2/projects/coupon-codes/index.md @@ -32,7 +32,7 @@ This is a solo project. All code must be written by you. You should use your res This project is an extension of Little Shop. You'll need to start this project with a frontend repo and backend repo. Read below carefully for the set-up instructions. **Backend Repo** -- If your Little Shop project is complete, you can use the backend repo as your starting point for this project. If you are not the repo owner, fork the project to your account. If you are the repo owner, you can work off the repo without forking, just make sure your teammates have a chance to fork before pushing any commits to either repo. +- If your Little Shop project is complete, you can use the backend repo as your starting point for this project. 🚨 **IMPORTANT**: Each team member who wants to use your Little Shop group project repo must **fork** the repo, including the repo owner. No work should be pushed to your original group project repo throughout this project. - If your Little Shop backend is _not_ complete, fork **[this backend repo](https://github.com/turingschool-examples/little-shop-be-final-starter)** as a starting point for this project. Do not clone it into the BE directory - keep them separate.