We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1b1b5 commit a17b0ccCopy full SHA for a17b0cc
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,15 @@
1
+# The purpose of this file is to trigger review requests when PRs touch
2
+# particular files.
3
+#
4
+# Note that only GitHub handles (whether individuals or teams) with commit
5
+# rights should be added to this file.
6
+# See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
7
+# for more details about how CODEOWNERS works.
8
+
9
+# Each line is a file pattern followed by one or more owners.
10
11
+.github/CODEOWNERS @amacati
12
13
+# Build related files
14
+pyproject.toml @amacati
15
+crazyflow @amacati
0 commit comments