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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 14:46:37 PDT 2023


tstellar created this revision.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

See discussion in #56643.


Repository:
  rG LLVM Github Monorepo

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.509824.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/02214c50/attachment.bin>


More information about the llvm-commits mailing list