See discussion in #56643.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/docs/GitHub.rst | ||
---|---|---|
21 | This is fine, but as mentioned in the issue, I'd like to see something in the instructions on how to create forked repos that can be used for branches for PRs. I know that I'm not familiar with it (we don't use this model internally), so I expect many others won't be either. |
llvm/docs/GitHub.rst | ||
---|---|---|
21 | This is a super standard workflow for GitHub, so we really shouldn't put any details here. A link to some appropriate documentation from GitHub would be appropriate though. |
I would go further and do not even mention stacked pull request.
This repository is reserved for official project branches only. Do not create any branches in the llvm/llvm-project repository. We may relax this rule in
the future.
llvm/docs/GitHub.rst | ||
---|---|---|
21 | A link to external documentation is fine by me, but we need something. |
llvm/docs/GitHub.rst | ||
---|---|---|
23 | This might be misleading. Are we suggesting that the repo is accepting PRs currently? |
llvm/docs/GitHub.rst | ||
---|---|---|
23 | Maybe it would make more sense to move this part into my other patch: D147284 @jhenderson what do you think about that? |
llvm/docs/GitHub.rst | ||
---|---|---|
23 | Makes sense to me. |
This is fine, but as mentioned in the issue, I'd like to see something in the instructions on how to create forked repos that can be used for branches for PRs. I know that I'm not familiar with it (we don't use this model internally), so I expect many others won't be either.