We don't need two different ways to get commit access, just simplify
authorChris Lattner <clattner@nondot.org>
Thu, 1 Oct 2020 05:36:44 +0000 (22:36 -0700)
committerChris Lattner <clattner@nondot.org>
Thu, 1 Oct 2020 05:36:44 +0000 (22:36 -0700)
the policy here so that old SVN users and new contributors do the same
thing.

llvm/docs/DeveloperPolicy.rst

index 0af0f1d..7db365e 100644 (file)
@@ -298,11 +298,10 @@ omissions can be handled by sending a reply to the commits mailing list.
 Obtaining Commit Access
 -----------------------
 
-New Contributors
-^^^^^^^^^^^^^^^^
 We grant commit access to contributors with a track record of submitting high
 quality patches.  If you would like commit access, please send an email to
-`Chris <mailto:clattner@llvm.org>`_ with your GitHub username.
+`Chris <mailto:clattner@llvm.org>`_ with your GitHub username.  This is true
+for former contributors with SVN access as well as new contributors.
 
 Prior to obtaining commit access, it is common practice to request that
 someone with commit access commits on your behalf. When doing so, please
@@ -345,12 +344,6 @@ after they are committed, depending on the nature of the change).  You are
 encouraged to review other peoples' patches as well, but you aren't required
 to do so.
 
-Current Contributors - Transferring from SVN
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-If you had commit access to SVN and would like to request commit access to
-GitHub, please email `llvm-admin <mailto:llvm-admin@lists.llvm.org>`_ with your
-SVN username and GitHub username.
-
 .. _discuss the change/gather consensus:
 
 Making a Major Change