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
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -539,11 +539,21 @@ What are the expectations around a revert?
539
539
Obtaining Commit Access
540
540
-----------------------
541
541
542
-
We grant commit access to contributors that can provide a valid justification.
543
-
If you would like commit access, please 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
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
544
544
an issue and request commit access. Replace the <user> string in the title
545
545
with your github username, and explain why you are requesting commit access in
546
-
the issue description. If approved, a GitHub invitation will be sent to your
546
+
the issue description. Once the issue is created, you will need to get two
547
+
current contributors to support your request before commit access will be granted.
548
+
549
+
Reviewers of your committed patches will automatically be CCed upon creating the issue.
550
+
Most commonly these reviewers will provide the necessary approval, but approvals
551
+
from other LLVM committers are also acceptable. Those reviewing the application are
552
+
confirming that you have indeed had three patches committed, and that based on interactions
553
+
on those reviews and elsewhere in the LLVM community they have no concern about you
554
+
adhering to our Developer Policy and Code of Conduct.
555
+
556
+
If approved, a GitHub invitation will be sent to your
547
557
GitHub account. In case you don't get notification from GitHub, go to
548
558
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
549
559
you accept the invitation, you'll get commit access.
0 commit comments