[llvm] docs: Clarify commit access requirements in the Developer Policy (PR #101414)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 07:32:06 PDT 2024
https://github.com/tstellar updated https://github.com/llvm/llvm-project/pull/101414
>From 9388374dcb96cbb9aead7f7f979f14f5083b794b Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 31 Jul 2024 14:36:30 -0700
Subject: [PATCH 1/2] docs: Clarify commit access requirements in the Developer
Policy
We have been discussing changes to our commit access polices recently
and based on some feedback from clattner here:
https://discourse.llvm.org/t/rfc-new-criteria-for-commit-access/76290/81
We need to update our Developer Policy so that it matches what we are
actually doing in this project. We currently grant commit access to
anyone with a valid justification, not just contributors who have
submitted high-quality patches in the past.
---
llvm/docs/DeveloperPolicy.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index f2ac46e6c04f23..76339813b70ced 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -475,8 +475,8 @@ What are the expectations around a revert?
Obtaining Commit Access
-----------------------
-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
+We grant commit access to contributors that can provide a valid justification
+If you would like commit access, please send an email to
`Chris <mailto:clattner at llvm.org>`_ with your GitHub username. This is true
for former contributors with SVN access as well as new contributors. If
approved, a GitHub invitation will be sent to your GitHub account. In case you
>From c6db8b5f6a4746dab4e736e976f2d79e51234655 Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Fri, 9 Aug 2024 07:31:59 -0700
Subject: [PATCH 2/2] Update llvm/docs/DeveloperPolicy.rst
Co-authored-by: Shilei Tian <i at tianshilei.me>
---
llvm/docs/DeveloperPolicy.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index 76339813b70ced..49ec310b382f94 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -475,7 +475,7 @@ What are the expectations around a revert?
Obtaining Commit Access
-----------------------
-We grant commit access to contributors that can provide a valid justification
+We grant commit access to contributors that can provide a valid justification.
If you would like commit access, please send an email to
`Chris <mailto:clattner at llvm.org>`_ with your GitHub username. This is true
for former contributors with SVN access as well as new contributors. If
More information about the llvm-commits
mailing list