File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,23 @@ intended to be able to support "stacked" pull-request. Do not create any branche
2929llvm/llvm-project repository otherwise, please use a fork (see below). User branches that
3030aren't associated with a pull-request **will be deleted **.
3131
32+ Stacked Pull Requests
33+ =====================
34+
35+ GitHub does not natively support stacked pull requests. There are two common
36+ alternatives:
37+
38+ * Add a note in your PR summary indicating that your patch is part of a
39+ series or depends on another PR (e.g., “Depends on #123456”). It also helps
40+ to highlight which commits belong to other PRs, so reviewers can focus only
41+ on the relevant changes.
42+ * Use Graphite (described below), a tool that supports stacked PR workflows.
43+
44+ Both approaches help streamline the review process. Choose the one that works
45+ best for you.
46+
3247Using Graphite for stacked Pull Requests
33- ========================================
48+ ----------------------------------------
3449
3550`Graphite <https://app.graphite.dev/ >`_ is a stacked pull request tool supported
3651by the LLVM repo (the other being `reviewable.io <https://reviewable.io >`_).
You can’t perform that action at this time.
0 commit comments