From 5c3a68d1e24435300db0629a17b9c39e51bb33d7 Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Thu, 21 Apr 2022 11:45:30 -0700 Subject: [PATCH] [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 --- llvm/docs/DeveloperPolicy.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst index f5bf96e..c88d27b 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 `_ 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 `_ 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 -- 2.7.4