-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #482 from ia0/own
Fix codeowners file
- Loading branch information
Showing
1 changed file
with
9 additions
and
13 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,15 @@ | ||
# Default owners (lowest precedence). | ||
* @reyammer @invernizzi @ia0 | ||
|
||
* @reyammer @invernizzi | ||
|
||
# Julien owns the Rust code | ||
rust/* @ia0 | ||
/rust/ @ia0 | ||
|
||
# Yanick owns the Python code, docs, and test data | ||
python/* @reyammer | ||
# Yanick owns the Python code, all docs, and test data | ||
/python/ @reyammer | ||
*.md @reyammer | ||
docs/*.md @reyammer | ||
tests_data/* @reyammer | ||
|
||
# Luca owns the JS code and | ||
js/* @invernizzi | ||
website/* @invernizzi | ||
docs/js.md @invernizzi | ||
|
||
/tests_data/ @reyammer | ||
|
||
# Luca owns the JS code, docs, and website | ||
/js/ @invernizzi | ||
/docs/js.md @invernizzi | ||
/website/ @invernizzi |