From f272ad533d32a40a3b2154a76f1ae9a45eacd6d3 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 23 Oct 2019 21:41:12 +0200 Subject: [PATCH] :busts_in_silhouette: add CODEOWNERS file --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..5d9d51d6 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# JSON for Modern C++ has been originally written by Niels Lohmann. +# Since 2013 over 140 contributors have helped to improve the library. +# This CODEOWNERS file is only to make sure that @nlohmann is requsted +# for a code review in case of a pull request. + +* @nlohmann