CONTRIBUTING.md: fix typo

Change-Id: Id18341b27bb9509e2b0a0c19ebc998878766818c
This commit is contained in:
Leo 2021-04-15 23:55:45 +02:00
parent dfd01fae98
commit 48b3c0a3f8
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ changes A, B and C on a single branch:
... and submit all three using a single `git push origin HEAD:refs/for/main`. Gerrit will create a review
.request for A, B and C, and it understands the relation chain between them. C can only be merged after B and
.C, and merging C will automatically merge B and C as well.
request for A, B and C, and it understands the relation chain between them. C can only be merged after B and
C, and merging C will automatically merge B and C as well.
This means that A can be reviewed, approved and merged before B and C are done. Other team members can then
start building on A and avoid a "big scary merge". This workflow is often called **trunk-based development**.