From 35faaabc2ce9538a22a0a363c269432bf20747ad Mon Sep 17 00:00:00 2001 From: barrientosvctor Date: Mon, 13 May 2024 11:45:10 -0500 Subject: [PATCH] docs(contributing): add merging pull requests section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5a1cb48..d375e6c 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,11 @@ before make a commit. - All pull requests must go from your branch to `develop` branch. +### Merging the pull request + +Your pull request should pass all code reviews (if there is) to +merge it to `develop` . These code reviews are GitHub workflows. + ### How should you write your commits? Refer to [release-please-action](https://github.com/googleapis/release-please-action?tab=readme-ov-file#how-should-i-write-my-commits) section.