File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,24 @@ 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 series or
39+ depends on another PR (e.g., “Depends on #123456”). It also helps to highlight
40+ which commits belong to other PRs, so reviewers can focus only on the relevant
41+ changes.
42+
43+ * Use Graphite (described below), a tool that supports stacked PR workflows.
44+
45+ Both approaches help streamline the review process. Choose the one that works
46+ best for you.
47+
3248Using Graphite for stacked Pull Requests
33- ========================================
49+ ----------------------------------------
3450
3551`Graphite <https://app.graphite.dev/ >`_ is a stacked pull request tool supported
3652by the LLVM repo (the other being `reviewable.io <https://reviewable.io >`_).
You can’t perform that action at this time.
0 commit comments