Add CODEOWNERS file for repository protection
This commit is contained in:
parent
eb2cdb1c91
commit
be1f6394fc
1 changed files with 14 additions and 0 deletions
14
CODEOWNERS
Normal file
14
CODEOWNERS
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# This file defines who owns what in this repository
|
||||||
|
# These owners will be requested for review when someone opens a pull request
|
||||||
|
|
||||||
|
# Global owners for everything
|
||||||
|
* @developtheweb
|
||||||
|
|
||||||
|
# Grammar and language design
|
||||||
|
*.g4 @developtheweb
|
||||||
|
*.mpl @developtheweb
|
||||||
|
|
||||||
|
# Documentation
|
||||||
|
*.md @developtheweb
|
||||||
|
/docs/ @developtheweb
|
||||||
|
/whitepaper/ @developtheweb
|
||||||
Loading…
Add table
Add a link
Reference in a new issue