[PATCH] D91013: [docs] link new support policy from developer policy

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 7 13:19:58 PST 2020


rengolin created this revision.
rengolin added reviewers: lattner, echristo, GMNGeoffrey, ctetreau, reames.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
rengolin requested review of this revision.

As requested in D90761 <https://reviews.llvm.org/D90761>, a small paragraph in the developer policy to
mention the different support levels.

Adding a new paragraph under "Adding an Existing Project" section to
check the different levels of support we have, to help introduction of
smaller set of changes without overwhelming new collaborators and
potentially losing the contribution.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91013

Files:
  llvm/docs/DeveloperPolicy.rst


Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -691,6 +691,12 @@
    by the LLVM community - this ultimately mediates the resolution of the
    "should" concerns above.
 
+However, not all projects have the same impact on the existing components and
+projects, so the degree of detail and responsibility varies depending on its
+impact. *Core* projects need a higher degree of scrutiny than *peripheral*
+projects, and the latter may have additional differences. Please refer to the
+:doc:`support policy<SupportPolicy>` document for more details.
+
 If you have a project that you think would make sense to add to the LLVM
 monorepo, please start an RFC thread on the `llvm-dev mailing list`_ to kick off
 the discussion.  This process can take some time and iteration - please don’t


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91013.303667.patch
Type: text/x-patch
Size: 916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201107/fe4c4251/attachment.bin>


More information about the llvm-commits mailing list