From e3a6cd434e04449e84c71bc4cc0a3ca486d8501a Mon Sep 17 00:00:00 2001 From: XinYang Date: Sat, 31 Jul 2021 00:49:28 +0800 Subject: [PATCH] fix owners guide: approver in the reviewers section Signed-off-by: XinYang --- contributors/guide/owners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/guide/owners.md b/contributors/guide/owners.md index 4cb71caa0..45624711b 100644 --- a/contributors/guide/owners.md +++ b/contributors/guide/owners.md @@ -53,8 +53,8 @@ approvers: - alice - bob # this is a comment reviewers: - - alice - - carol # this is another comment + - carol + - david # this is another comment - sig-foo # this is an alias ```