[PATCH] D147276: docs: Document policy around GitHub branches

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 24 20:33:26 PDT 2023


tstellar updated this revision to Diff 516608.
tstellar added a comment.

Move note about pull requests to D147284 <https://reviews.llvm.org/D147284>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147276/new/

https://reviews.llvm.org/D147276

Files:
  llvm/docs/GitHub.rst


Index: llvm/docs/GitHub.rst
===================================================================
--- llvm/docs/GitHub.rst
+++ llvm/docs/GitHub.rst
@@ -12,6 +12,14 @@
 This page describes how the LLVM Project users and developers can
 participate in the project using GitHub.
 
+Branches
+========
+Do not create any branches in the llvm/llvm-project repository.  This repository
+is reserved for official project branches only.  We may relax this rule in
+the future if needed to support "stacked" pull request, but in that case only
+branches being used for "stacked" pull requests will be allowed.
+
+
 Releases
 ========
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147276.516608.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/93d27cf0/attachment.bin>


More information about the llvm-commits mailing list