Skip to content

Commit

Permalink
Merge branch 'main' into gn/new-metadata-filename
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Feb 23, 2023
2 parents 40c6e20 + 2b26e59 commit e4e3fc8
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 116 deletions.
19 changes: 19 additions & 0 deletions CODEOWNERS
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_org/team) or email can be used. Keep in mind,
# that handles might work better because they are more recognizable on GitHub,
# you can use them for mentioning unlike an email.
# - The latest matching rule, if multiple, takes precedence.

/content/md/en/docs/tutorials/smart-contracts/ @HCastano @SkymanOne
Loading

0 comments on commit e4e3fc8

Please sign in to comment.