From 7936d23f7a2d5c3f29578bcaba0ab8e90d1a89b2 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Sun, 12 Apr 2020 19:12:13 +0200 Subject: [PATCH] Updated CODEOWNERS --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d917bbee7ac..51ce53a1a89 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,9 +3,9 @@ /components/console* @chalasr # Form -/forms.rst @xabbuh -/components/form* @xabbuh -/reference/forms* @xabbuh +/forms.rst @xabbuh @HeahDude +/components/form* @xabbuh @HeahDude +/reference/forms* @xabbuh @HeahDude # PropertyInfo /components/property_info* @dunglas @@ -15,9 +15,9 @@ /components/security* @chalasr # Validator -/validation/* -/components/validator* @xabbuh -/reference/constraints* @xabbuh +/validation/* @xabbuh @HeahDude +/components/validator* @xabbuh @HeahDude +/reference/constraints* @xabbuh @HeahDude # Workflow /workflow* @lyrixx