Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# CODEOWNERS for
#
# How to use:
# Owners are set to GitHub org teams.
# Team syntax: @csq-lang/<team-slug>
#
Comment on lines +3 to +6
# Notes:
# - Order matters: the last matching pattern wins.
# - This file is only enforced if you enable branch protection:
# Settings → Branches → Branch protection rules → “Require review from Code Owners”.

# -----------------------------------------------------------------------------
# DEFAULT OWNERS (set this first)
# -----------------------------------------------------------------------------
* @csq-lang/maintainers

# -----------------------------------------------------------------------------
# REPO METADATA / SECURITY
# -----------------------------------------------------------------------------
/.github/ @csq-lang/maintainers
/SECURITY.md @csq-lang/security
/CHANGELOG.md @csq-lang/maintainers
/CONTRIBUTE.md @csq-lang/contributors
/CODE_OF_CONDUCT.md @csq-lang/maintainers
/assets/ @csq-lang/documentation

# -----------------------------------------------------------------------------
# MAIN LANGUAGE CODE
# -----------------------------------------------------------------------------
/src/ @csq-lang/contributors
/src/csquare/ @csq-lang/contributors
/src/tests/ @csq-lang/contributors
/src/lexer/ @csq-lang/contributors

# -----------------------------------------------------------------------------
# EXAMPLE CODE AND TESTS
# -----------------------------------------------------------------------------
/examples/ @csq-lang/contributors
/include/csquare/tests/ @csq-lang/contributors

# HEADER FILES NEEDED IN THE LANGUAGE
/include/csquare/ @csq-lang/contributors
/include/csquare/lexer/ @csq-lang/contributors
/include/csquare/parser/rules @csq-lang/contributors


Empty file added CHANGELOG
Empty file.
Loading