Skip to content

Commit 8a04d13

Browse files
Fix stacked workflow relationship link
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 9d53e9b commit 8a04d13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/Ways-of-Working/Branching-and-Merging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Build the stack from its destination upward:
3333

3434
Every layer follows the ordinary [Contribution Workflow](Contribution-Workflow.md):
3535

36-
1. **Plan the dependency.** Give each layer its own Task or Bug issue. Add a native blocked-by edge from every dependent leaf to its prerequisite as described in [Issue Relationships](Issues/Process/Relationships.md#execution-order); prose, sub-issue order, and stack position do not create the gate.
36+
1. **Plan the dependency.** Give each layer its own Task or Bug issue. Add a native blocked-by edge from every dependent leaf to its prerequisite as described in [Issue Hierarchy](Issue-Hierarchy.md#how-to-express-the-hierarchy); prose, sub-issue order, and stack position do not create the gate.
3737
2. **Open every layer as a draft.** After the initial commit, push the branch and open its pull request immediately. Use the standard user-facing title and description from [PR Format](PR-Format.md); do not add stack position or an internal branch name to the title.
3838
3. **Link the stack in Technical Details.** Add fully qualified pull request links for the immediate dependency and dependent, using `Depends on Owner/Repo#N` and `Followed by Owner/Repo#N`. Each pull request closes only its own Task or Bug.
3939
4. **Keep each delta isolated.** The pull request diff against its current base contains only that layer's change. Run its tests, checks, and automated review even when an earlier layer already exercised the combined code.

0 commit comments

Comments
 (0)