Skip to content

Commit

Permalink
Add CODEOWNERS file (OpenShot#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc authored Mar 14, 2022
1 parent ac6d884 commit 1748b4f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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

/.editorconfig @ferdnyc

/docs/*.py @ferdnyc
/docs/*.txt @ferdnyc
/doc/*.py @ferdnyc
/doc/*.txt @ferdnyc

0 comments on commit 1748b4f

Please sign in to comment.