diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..70b46af --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,6 @@ +# Catch-all: Assign these reviewers to every PR by default +* @hayarobi + +# Assign specific experts to JavaScript files +#*.js @org-name/js-team-name +