Add CODEOWNERS file
This won't be effective until the repo is moved to a github org and these folks are given the needed permissions.
This commit is contained in:
parent
dbcf7b4f31
commit
c19b3c827d
2 changed files with 15 additions and 3 deletions
10
.github/CODEOWNERS
vendored
Normal file
10
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: conf -*-
|
||||
# Each line is a file pattern followed by one or more owners.
|
||||
|
||||
# I will be the default owner for everything in the repo unless a later match
|
||||
# takes precedence.
|
||||
* @hlissner
|
||||
|
||||
# Module maintainers
|
||||
modules/app/everywhere/* @hlissner @tecosaur
|
||||
modules/input/layout/* @hlissner @gagbo
|
Loading…
Add table
Add a link
Reference in a new issue