From 0bd7542d3bd0993be680abffe931634bb70d9281 Mon Sep 17 00:00:00 2001 From: erciccione Date: Sun, 31 Oct 2021 13:02:26 +0000 Subject: [PATCH] add .github/CODEOWNERS --- .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