Add CODEOWNERS file
This commit is contained in:
parent
dbd4e796f1
commit
e5d8bcf03b
1 changed files with 17 additions and 0 deletions
17
.github/CODEOWNERS
vendored
Normal file
17
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Apple platforms
|
||||
/src/cg.rs
|
||||
|
||||
# Redox
|
||||
/src/orbital.rs
|
||||
|
||||
# Wayland (no maintainer)
|
||||
/src/wayland
|
||||
|
||||
# Web (no maintainer)
|
||||
/src/web.rs
|
||||
|
||||
# Windows (no maintainer)
|
||||
/src/win32.rs
|
||||
|
||||
# X11 (no maintainer)
|
||||
/src/x11.rs
|
||||
Loading…
Add table
Add a link
Reference in a new issue