Skip to content

Commit

Permalink
add CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
ahouseholder committed Sep 29, 2023
1 parent ab89a88 commit 156ce04
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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

0 comments on commit 156ce04

Please sign in to comment.