Skip to content

Commit

Permalink
Added CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
hatomist committed Nov 14, 2024
1 parent c4b6748 commit b23547a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Core components
/kos_core/ @codekansas @hatomist
/daemon/ @codekansas @hatomist

# Platform-specific code
/platforms/kscale_micro/ @codekansas @hatomist
/platforms/kscale_pro/ @codekansas @hatomist @WT-MM
/platforms/sim/ @codekansas @hatomist
/platforms/stub/ @codekansas @hatomist

# Python client
/pykos/ @codekansas @hatomist

# Build and CI configuration
/.github/ @codekansas @hatomist
/toolchain/ @codekansas @hatomist
*.toml @codekansas @hatomist

0 comments on commit b23547a

Please sign in to comment.