Skip to content

Commit

Permalink
feat: Add CODEOWNERS (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurosakishigure authored Dec 31, 2024
1 parent 14000b8 commit 2ba6374
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Config
.github/* @kurosakishigure
.config/* @kurosakishigure
etc/* @kurosakishigure
.gitignore @kurosakishigure
deny.toml @kurosakishigure
sgconfig.yml @kurosakishigure

# Dependencies
rust-toolchain.toml @kurosakishigure
Cargo.toml @kurosakishigure
Cargo.lock @kurosakishigure

# Documentation
LICENSES/* @kurosakishigure
LICENSE @kurosakishigure
README.md @kurosakishigure

0 comments on commit 2ba6374

Please sign in to comment.