From dc95d67ca964c39a784ce0626612581afcf5d3df Mon Sep 17 00:00:00 2001 From: Will Martin Date: Tue, 25 Jan 2022 14:25:06 -0700 Subject: [PATCH] Update CONTRIBUTING.md to include updating subrepos Signed-off-by: Will Martin --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c59fb03699..e5c49cbfa6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,6 +95,8 @@ root and run: ./envoy/support/bootstrap ``` +(Note, you will need to have git submodules initialized first `git submodule update --init --recursive`) + From here, simply commit as normal, and you will see the signoff at the bottom of each commit.