From d590834234ec16f098558787a69dcfcbcc48ae64 Mon Sep 17 00:00:00 2001 From: erciccione Date: Tue, 9 Nov 2021 12:57:57 +0000 Subject: [PATCH] add .github/CODEOWNERS (#24) --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..13ea7341 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,9 @@ +# This doc specifies who gets requested to review GitHub pull requests. +# See https://help.github.com/articles/about-codeowners/. + +# Default +* @woodser + +# Documentation +/docs/ @haveno-dex/core-team +*.md @haveno-dex/core-team \ No newline at end of file