Add CODEOWNERS file for repository protection

This commit is contained in:
developtheweb@protonmail.com 2025-07-26 19:47:46 -04:00
parent eb2cdb1c91
commit be1f6394fc

14
CODEOWNERS Normal file
View 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