Przeglądaj źródła

Add a link the the stacked pull request docs (#1657)

The stacked pull request documentation exists now, so remove the TODO
and add a link to it.
Joshua Peterson 3 lat temu
rodzic
commit
39d6c4139f
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      docs/project/code_review.md

+ 4 - 4
docs/project/code_review.md

@@ -218,10 +218,10 @@ far. It is still possible to shrink a change so much that it becomes nonsensical
 in isolation. For example, a change without appropriate tests is not
 self-contained.
 
-You may want to use a set of stacked pull requests rather than a single, larger
-pull request in order to keep changes easy to review.
-
-> TODO: link to the stacked pull request documentation when available.
+You may want to use a set of
+[stacked pull requests](pull_request_workflow.md#stacking-dependent-pull-requests)
+rather than a single, larger pull request in order to keep changes easy to
+review.
 
 ### Responding to review comments