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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Your work will be organized into three separate pull requests within your own re
24
24
25
25
***`main`**: The initial state of the codebase. You will branch from here.
26
26
***`fix-bug-666`**: A simulated PR from a junior developer. This branch contains their work for you to review.
27
-
***`fix/haunted-codebase`**: The branch you will create from `main` to fix the existing technical debt (the N+1 and re-render bugs).
27
+
***`fix/haunted-codebase`**: The branch you will create from `main` to fix the existing technical debt.
28
28
***`feature/transaction-tags-grid`**: The branch you will create from `fix/haunted-codebase` for the new feature (database migration and data grid).
29
29
30
30
@@ -108,7 +108,7 @@ With the codebase stabilized, you can now build the new feature. This PR will be
108
108
The final deliverable is **a link to your forked repository.** When you submit it, we expect to see the following:
109
109
110
110
***PR #1 (Code Review):** A **closed** pull request from `fix-bug-666` to `main`, containing your review comments.
111
-
***PR #2 (Bug Fixes):** An **open** pull request from `fix/haunted-codebase` to `main`, containing the fixes for the N+1 and re-render bugs.
111
+
***PR #2 (Bug Fixes):** An **open** pull request from `fix/haunted-codebase` to `main`, containing the fixes.
112
112
***PR #3 (New Feature):** An **open** pull request from `feature/transaction-tags-grid` to `main`, containing the database migration and the new data grid feature. This PR will implicitly include the commits from PR #2 as its base.
0 commit comments