Browse Source

Add CODEOWNERS so GDExtension team gets assigned for reviews

Rémi Verschelde 2 years ago
parent
commit
9fb5b764af
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/CODEOWNERS

+ 6 - 0
.github/CODEOWNERS

@@ -0,0 +1,6 @@
+# Lines starting with '#' are comments.
+# Each line is a file pattern followed by one or more owners.
+# Owners can be @users, @org/teams or emails
+
+*                                   @godotengine/gdextension
+.github/                            @godotengine/buildsystem