[PATCH] D124191: [DeveloperPolicy] Add invitation link for commit access.

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 11:49:48 PDT 2022


python3kgae created this revision.
python3kgae added a reviewer: lattner.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In some case, GitHub will not send notification for commit access invitation. Add invitation link for people don't get notification from GitHub.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124191

Files:
  llvm/docs/DeveloperPolicy.rst


Index: llvm/docs/DeveloperPolicy.rst
===================================================================
--- llvm/docs/DeveloperPolicy.rst
+++ llvm/docs/DeveloperPolicy.rst
@@ -405,7 +405,11 @@
 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124191.424256.patch
Type: text/x-patch
Size: 969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220421/0cf7f1d4/attachment.bin>


More information about the llvm-commits mailing list