Files
RobustToolbox/.github/CODEOWNERS
Matt Smith d9e0abd3ff Create empty CODE_OWNERS file (#270)
* Create empty CODE_OWNERS file

* Rename CODE_OWNERS to CODEOWNERS
2017-07-15 12:27:31 +02:00

14 lines
477 B
Plaintext

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
# * @defunkt
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# *.js @octocat @github/js
# You can also use email addresses if you prefer.
# docs/* docs@example.com