From a7e8356651c6caac6097c1f9b4ec02fd4bc14830 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Fri, 22 Nov 2019 15:13:22 +0100 Subject: [PATCH] Update maintainers and add CODEOWNERS for github Signed-off-by: Ulysses Souza --- .github/CODEOWNERS | 6 ++++++ MAINTAINERS | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..13fb9bac0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# GitHub code owners +# See https://help.github.com/articles/about-codeowners/ +# +# KEEP THIS FILE SORTED. Order is important. Last match takes precedence. + +* @ndeloof @rumpl @ulyssessouza diff --git a/MAINTAINERS b/MAINTAINERS index 5d4bd6a63..27bde5bb3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11,6 +11,7 @@ [Org] [Org."Core maintainers"] people = [ + "ndeloof", "rumpl", "ulyssessouza", ] @@ -77,6 +78,11 @@ Email = "mazz@houseofmnowster.com" GitHub = "mnowster" + [people.ndeloof] + Name = "Nicolas De Loof" + Email = "nicolas.deloof@gmail.com" + GitHub = "ndeloof" + [people.rumpl] Name = "Djordje Lukic" Email = "djordje.lukic@docker.com"