Skip to content

Commit

Permalink
Add CODEOWNERS file (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Mar 14, 2022
1 parent b633c07 commit 46255e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# A CODEOWNERS file indicates to GitHub which committer(s) should be
# considered the owners of specific files/subtrees within the repo.
# Owners will be automatically review-requested on any PR that changes
# files they own.

/.github/ @ferdnyc

/.gitlab-ci.yml @ferdnyc
/.gitignore @ferdnyc
/.gitattributes @ferdnyc

CMakeLists.txt @ferdnyc
/cmake/ @ferdnyc

0 comments on commit 46255e4

Please sign in to comment.