-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Lists some code owners. | ||
# | ||
# A codeowner just oversees some part of the codebase. If an owned file is changed then the | ||
# corresponding codeowner receives a review request. An approval of the codeowner might be | ||
# required for merging a PR (depends on repository settings). | ||
# | ||
# For details about syntax, see: | ||
# https://help.github.com/en/articles/about-code-owners | ||
# But here are some important notes: | ||
# | ||
# - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core` | ||
# which can be everywhere. | ||
# - Multiple owners are supported. | ||
# - Either handle (e.g, @github_user or @github/team) or email can be used. Keep in mind, | ||
# that handles might work better because they are more recognizable on GitHub, | ||
# eyou can use them for mentioning unlike an email. | ||
# - The latest matching rule, if multiple, takes precedence. | ||
|
||
* @davxy |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters