Skip to content

Commit 2ba6374

Browse files
feat: Add CODEOWNERS (#191)
1 parent 14000b8 commit 2ba6374

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Config
2+
.github/* @kurosakishigure
3+
.config/* @kurosakishigure
4+
etc/* @kurosakishigure
5+
.gitignore @kurosakishigure
6+
deny.toml @kurosakishigure
7+
sgconfig.yml @kurosakishigure
8+
9+
# Dependencies
10+
rust-toolchain.toml @kurosakishigure
11+
Cargo.toml @kurosakishigure
12+
Cargo.lock @kurosakishigure
13+
14+
# Documentation
15+
LICENSES/* @kurosakishigure
16+
LICENSE @kurosakishigure
17+
README.md @kurosakishigure

0 commit comments

Comments
 (0)