From a22748ed614245a6cf0cf8c6b929a1ad2f7d3f25 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 22 Oct 2024 12:40:24 -0400 Subject: [PATCH] Update maintainer nomination process (#6100) ## Which problem is this PR solving? - The existing process requires the use of the mailing list for nominations, but we don't use that list very much - It also requires disclosing the email address ## Description of the changes - Allow using GitHub issue as alternative to the mailing list - Do not require disclosure of the email address Signed-off-by: Yuri Shkuro --- GOVERNANCE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 2a1ef599bbe..8573b0aedd0 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -26,10 +26,9 @@ To become a maintainer you need to demonstrate the following: A new maintainer must be proposed by an existing maintainer by sending a message to the [jaeger-tracing@googlegroups.com](https://groups.google.com/forum/#!forum/jaeger-tracing) -mailing list containing the following information: +mailing list, or by opening an issue on GitHub, containing the following information: - * nominee's first and last name, - * nominee's email address and GitHub user name, + * nominee's first and last name and GitHub user name, * an explanation of why the nominee should be a committer, * a list of links to non-trivial pull requests (top 10) authored by the nominee.