-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab89a88
commit 111fe80
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# default | ||
* @ahouseholder | ||
|
||
|
||
# all the python | ||
*.py @ahouseholder | ||
|
||
# trailing slash includes subdirs | ||
/docs/ @ahouseholder | ||
/vultron/ @ahouseholder | ||
/test/ @ahouseholder | ||
|
||
# site config | ||
mkdocs.yml @ahouseholder | ||
|
||
# python build | ||
pyproject.toml @ahouseholder | ||
|
||
# copyright, license | ||
LICENSE.md @ahouseholder | ||
COPYRIGHT.md @ahouseholder | ||
|
||
# Teams can be specified as code owners as well. Teams should | ||
# be identified in the format @org/team-name. Teams must have | ||
# explicit write access to the repository. In this example, | ||
# the octocats team in the octo-org organization owns all .txt files. | ||
# *.txt @octo-org/octocats | ||
|