[llvm] DeveloperPolicy: Update commit access requirements (PR #127006)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 19:26:59 PST 2025
https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/127006
See https://discourse.llvm.org/t/rfc-commit-access-criteria/84073
>From d5492cfe0a52512b981a452dea2a373d640e1416 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 12 Feb 2025 19:23:16 -0800
Subject: [PATCH] DeveloperPolicy: Update commit access requirements
See https://discourse.llvm.org/t/rfc-commit-access-criteria/84073
---
llvm/docs/DeveloperPolicy.rst | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index b125fcb0da7ab..cc428d3c6bc0e 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -539,11 +539,13 @@ What are the expectations around a revert?
Obtaining Commit Access
-----------------------
-We grant commit access to contributors that can provide a valid justification.
-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
+Once you have 3 or more merged pull requests, 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
an issue and request commit access. Replace the <user> string in the title
with your github username, and explain why you are requesting commit access in
-the issue description. If approved, a GitHub invitation will be sent to your
+the issue description. Once the issue is created, you will need to get two
+current contributors to ack your requests before commit access will be granted.
+If approved, a GitHub invitation will be sent to your
GitHub account. In case you don't get notification from GitHub, go to
`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
you accept the invitation, you'll get commit access.
More information about the llvm-commits
mailing list