[llvm] 5c3a68d - [DeveloperPolicy] Add invitation link for commit access.
Xiang Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 12:45:05 PDT 2022
Author: Xiang Li
Date: 2022-04-21T12:44:59-07:00
New Revision: 5c3a68d1e24435300db0629a17b9c39e51bb33d7
URL: https://github.com/llvm/llvm-project/commit/5c3a68d1e24435300db0629a17b9c39e51bb33d7
DIFF: https://github.com/llvm/llvm-project/commit/5c3a68d1e24435300db0629a17b9c39e51bb33d7.diff
LOG: [DeveloperPolicy] Add invitation link for commit access.
In some case, GitHub will not send notification for commit access invitation. Add invitation link for people don't get notification from GitHub.
Reviewed By: lattner
Differential Revision: https://reviews.llvm.org/D124191
Added:
Modified:
llvm/docs/DeveloperPolicy.rst
Removed:
################################################################################
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index f5bf96e759b25..c88d27b9d2fa5 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -405,7 +405,11 @@ 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
`Chris <mailto:clattner at llvm.org>`_ with your GitHub username. This is true
-for former contributors with SVN access as well as new contributors.
+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
+don't get notification from GitHub, go to
+`Invitation Link <https://github.com/orgs/llvm/invitation>`_ directly. Once
+accept the invitation, you'll get commit access.
Prior to obtaining commit access, it is common practice to request that
someone with commit access commits on your behalf. When doing so, please
More information about the llvm-commits
mailing list