From 2a2b03fa8fed8e96ce924cc4accbfbeb1c75664c Mon Sep 17 00:00:00 2001 From: "Lukacs T. Berki" Date: Fri, 21 Apr 2023 13:10:11 +0000 Subject: [PATCH] Replace reference to bazel-dev with GitHub Discussions. --- patching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patching.md b/patching.md index b537ffc..0c616c3 100644 --- a/patching.md +++ b/patching.md @@ -23,8 +23,8 @@ repository](https://help.github.com/articles/working-with-forks/). - Wait for a repository owner to assign you a reviewer. We strive to do that within 4 business days, but it may take longer. If your review gets lost - you can escalate by sending a mail to - [bazel-dev@googlegroups.com](mailto:bazel-dev@googlegroups.com). + you can escalate by starting a thread on + [GitHub Discussions](https://github.com/bazelbuild/bazel/discussions). - Work with the reviewer to complete a code review. For each change, create a new commit and push it to make changes to your pull request. - A maintainer will approve the PR and merge it.