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