Skip to content

Commit ca0406d

Browse files
authored
DeveloperPolicy: Update commit access requirements (#127006)
See https://discourse.llvm.org/t/rfc-commit-access-criteria/84073
1 parent 6b3e765 commit ca0406d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

llvm/docs/DeveloperPolicy.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,11 +539,21 @@ What are the expectations around a revert?
539539
Obtaining Commit Access
540540
-----------------------
541541

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
544544
an issue and request commit access. Replace the <user> string in the title
545545
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
547557
GitHub account. In case you don't get notification from GitHub, go to
548558
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
549559
you accept the invitation, you'll get commit access.

0 commit comments

Comments
 (0)