We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0174e0 commit 48e8d5eCopy full SHA for 48e8d5e
1 file changed
.github/CODEOWNERS
@@ -0,0 +1,17 @@
1
+# CODEOWNERS for hawk-sdk-python
2
+* @GrayCodeAI/maintainers
3
+
4
+# SDK source
5
+/src/ @GrayCodeAI/core-team
6
+/tests/ @GrayCodeAI/core-team
7
8
+# CI / release / build tooling
9
+/.github/ @GrayCodeAI/devops-team
10
+/Makefile @GrayCodeAI/devops-team
11
+/lefthook.yml @GrayCodeAI/devops-team
12
+/scripts/ @GrayCodeAI/devops-team
13
+pyproject.toml @GrayCodeAI/devops-team
14
15
+# Documentation
16
+*.md @GrayCodeAI/docs-team
17
+/docs/ @GrayCodeAI/docs-team
0 commit comments