1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

We don't need two different ways to get commit access, just simplify

the policy here so that old SVN users and new contributors do the same
thing.
This commit is contained in:
Chris Lattner 2020-09-30 22:36:44 -07:00
parent 6b8dcdbad5
commit bff360bbf9

View 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