diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..8469254445 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 +