From 892f92f147dcd625cf94c9221fb95e2504b134c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Tue, 3 May 2022 09:58:47 -0400 Subject: [PATCH] add a CODEOWNERS file --- CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..eebcae7 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# Defining who is responsible for the code in this repository +# +# Mostly using it to auto-assign PR to @fharper +# + +@fharper