Skip to content

Commit

Permalink
Make GitHub aware of some code owners
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 21, 2018
1 parent 1778189 commit 480d641
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
* @asvetlov
/.github/* @webknjaz @asvetlov
/.circleci/* @webknjaz @asvetlov
/CHANGES/* @asvetlov
/docs/* @asvetlov
/examples/* @asvetlov
/requirements/* @webknjaz @asvetlov
/tests/* @asvetlov
/tools/* @webknjaz @asvetlov
/vendor/* @webknjaz @asvetlov
*.ini @webknjaz @asvetlov
*.md @webknjaz @asvetlov
*.rst @webknjaz @asvetlov
*.toml @webknjaz @asvetlov
*.txt @webknjaz @asvetlov
*.yml @webknjaz @asvetlov
*.yaml @webknjaz @asvetlov
.editorconfig @webknjaz @asvetlov
.git* @webknjaz
Makefile @webknjaz @asvetlov
setup.py @webknjaz @asvetlov
setup.cfg @webknjaz @asvetlov

0 comments on commit 480d641

Please sign in to comment.