-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge CODEOWNERS Part 1
#1472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Merge CODEOWNERS Part 1
#1472
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,73 @@ | ||
| # 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. | ||
|
|
||
| # CI | ||
| /.github/ @paritytech/ci @paritytech/release-engineering | ||
| /.gitlab-ci.yml @paritytech/ci | ||
| /scripts/ci/ @paritytech/ci @paritytech/release-engineering | ||
|
|
||
|
|
||
| # WASM executor, low-level client <-> WASM interface and other WASM-related code | ||
| /substrate/client/allocator/ @koute | ||
| /substrate/client/executor/ @koute | ||
| /substrate/primitives/panic-handler/ @koute | ||
| /substrate/primitives/runtime-interface/ @koute | ||
| /substrate/primitives/wasm-interface/ @koute | ||
| /substrate/utils/wasm-builder/ @koute | ||
|
|
||
| # Systems-related bits and bobs on the client side | ||
| /substrate/client/sysinfo/ @koute | ||
| /substrate/client/tracing/ @koute | ||
|
|
||
| # Documentation audit | ||
| /substrate/primitives/runtime @paritytech/docs-audit | ||
| /substrate/primitives/arithmetic @paritytech/docs-audit | ||
| # /primitives/core (to be added later) | ||
| # /primitives/io (to be added later) | ||
|
|
||
| # FRAME | ||
| /substrate/frame/ @paritytech/frame-coders @paritytech/docs-audit | ||
| /substrate/frame/nfts/ @jsidorenko @paritytech/docs-audit | ||
| /substrate/frame/state-trie-migration/ @paritytech/frame-coders @cheme | ||
| /substrate/frame/uniques/ @jsidorenko @paritytech/docs-audit | ||
|
|
||
| # GRANDPA, BABE, consensus stuff | ||
| /substrate/client/consensus/babe/ @andresilva | ||
| /substrate/client/consensus/grandpa/ @andresilva | ||
| /substrate/client/consensus/pow/ @sorpaas | ||
| /substrate/client/consensus/slots/ @andresilva | ||
| /substrate/frame/babe/ @andresilva | ||
| /substrate/frame/grandpa/ @andresilva | ||
| /substrate/primitives/consensus/pow/ @sorpaas | ||
|
|
||
| # BEEFY, MMR | ||
| /substrate/frame/beefy/ @acatangiu | ||
| /substrate/frame/beefy-mmr/ @acatangiu | ||
| /substrate/frame/merkle-mountain-range/ @acatangiu | ||
| /substrate/primitives/merkle-mountain-range/ @acatangiu | ||
|
|
||
| # Contracts | ||
| /substrate/frame/contracts/ @athei @paritytech/docs-audit | ||
|
|
||
| # NPoS and election | ||
| /substrate/frame/election-provider-multi-phase/ @paritytech/staking-core @paritytech/docs-audit | ||
| /substrate/frame/election-provider-support/ @paritytech/staking-core @paritytech/docs-audit | ||
| /substrate/frame/elections-phragmen/ @paritytech/staking-core @paritytech/docs-audit | ||
| /substrate/frame/nomination-pools/ @paritytech/staking-core @paritytech/docs-audit | ||
| /substrate/frame/staking/ @paritytech/staking-core @paritytech/docs-audit | ||
| /substrate/primitives/npos-elections/ @paritytech/staking-core @paritytech/docs-audit | ||
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.