You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/docs/DeveloperPolicy.rst
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -539,8 +539,11 @@ What are the expectations around a revert?
539
539
Obtaining Commit Access
540
540
-----------------------
541
541
542
-
Once you have 3 or more merged pull requests, you may use this
543
-
link <https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20%3Cuser%3E&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_ to file
542
+
LLVM operates using Github Pull Requests. In most cases, contributing
543
+
to the project does not require commit access, as Pull Request reviewers
544
+
can perform the merge once ready. However, contributors are eligible to
545
+
obtain direct commit access to the repository once they have 3 or more
546
+
merged pull requests. To do so, you may use this `link <https://github.com/llvm/llvm-project/issues/new?title=Request%20Commit%20Access%20For%20%3Cuser%3E&body=%23%23%23%20Why%20Are%20you%20requesting%20commit%20access%20?>`_ to file
544
547
an issue and request commit access. Replace the <user> string in the title
545
548
with your github username, and explain why you are requesting commit access in
546
549
the issue description. Once the issue is created, you will need to get two
@@ -558,11 +561,6 @@ GitHub account. In case you don't get notification from GitHub, go to
558
561
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
559
562
you accept the invitation, you'll get commit access.
560
563
561
-
Prior to obtaining commit access, it is common practice to request that
562
-
someone with commit access commits on your behalf. When doing so, please
563
-
provide the name and email address you would like to use in the Author
564
-
property of the commit.
565
-
566
564
For external tracking purposes, committed changes are automatically reflected
567
565
on a commits mailing list soon after the commit lands (e.g. llvm-commits_).
568
566
Note that these mailing lists are moderated, and it is not unusual for a large
0 commit comments