Files
pezkuwi-subxt/substrate/docs/CODEOWNERS
T
Kian Paimani dca481169e add new documentation guidelines (#14115)
* add new documentation style-guides

* update CODEOWNERS as well

* try new team

* revert

* Update docs/DOCUMENTATION_GUIDELINES.md

Co-authored-by: Juan <juangirini@gmail.com>

* Update docs/DOCUMENTATION_GUIDELINES.md

Co-authored-by: Juan <juangirini@gmail.com>

* Apply suggestions from code review

Co-authored-by: Ben Greenberg <13892277+hummusonrails@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sam Johnson <sam@durosoft.com>
Co-authored-by: Ben Greenberg <13892277+hummusonrails@users.noreply.github.com>

* Update docs/DOCUMENTATION_GUIDELINES.md

* Apply suggestions from code review

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Ben Greenberg <13892277+hummusonrails@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ben Greenberg <13892277+hummusonrails@users.noreply.github.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>

* Apply suggestions from code review

Co-authored-by: Sacha Lansky <sacha@parity.io>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>

* Further updates.

* note about rewrap.

* update ToC and more

* update ToC and more

* Update docs/DOCUMENTATION_GUIDELINES.md

Co-authored-by: Sebastian Kunert <skunert49@gmail.com>

* storage

---------

Co-authored-by: Juan <juangirini@gmail.com>
Co-authored-by: Ben Greenberg <13892277+hummusonrails@users.noreply.github.com>
Co-authored-by: Sam Johnson <sam@durosoft.com>
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Sacha Lansky <sacha@parity.io>
Co-authored-by: Sebastian Kunert <skunert49@gmail.com>
2023-05-26 11:10:43 +00:00

75 lines
2.7 KiB
Plaintext

# 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 is
# not required for merging a PR though.
#
# **This is pretty much an experiment at the moment**. Feel free to remove yourself at any time if
# you do not want to receive review requests any longer.
#
# 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, @pepyakin) 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.
# CI
/.github/ @paritytech/ci
/.gitlab-ci.yml @paritytech/ci
/scripts/ci/ @paritytech/ci
# WASM executor, low-level client <-> WASM interface and other WASM-related code
/client/allocator/ @koute
/client/executor/ @koute
/primitives/panic-handler/ @koute
/primitives/runtime-interface/ @koute
/primitives/wasm-interface/ @koute
/utils/wasm-builder/ @koute
# Systems-related bits and bobs on the client side
/client/sysinfo/ @koute
/client/tracing/ @koute
# Documentation audit
/primitives/runtime @paritytech/docs-audit
/primitives/arithmetic @paritytech/docs-audit
# /primitives/core (to be added later)
# /primitives/io (to be added later)
# FRAME
/frame/ @paritytech/frame-coders @paritytech/docs-audit
/frame/nfts/ @jsidorenko @paritytech/docs-audit
/frame/state-trie-migration/ @paritytech/frame-coders @cheme
/frame/uniques/ @jsidorenko @paritytech/docs-audit
# GRANDPA, BABE, consensus stuff
/client/consensus/babe/ @andresilva
/client/consensus/grandpa/ @andresilva
/client/consensus/pow/ @sorpaas
/client/consensus/slots/ @andresilva
/frame/babe/ @andresilva
/frame/grandpa/ @andresilva
/primitives/consensus/pow/ @sorpaas
# BEEFY, MMR
/frame/beefy/ @acatangiu
/frame/beefy-mmr/ @acatangiu
/frame/merkle-mountain-range/ @acatangiu
/primitives/merkle-mountain-range/ @acatangiu
# Contracts
/frame/contracts/ @athei @paritytech/docs-audit
# NPoS and election
/frame/election-provider-multi-phase/ @paritytech/staking-core @paritytech/docs-audit
/frame/election-provider-support/ @paritytech/staking-core @paritytech/docs-audit
/frame/elections-phragmen/ @paritytech/staking-core @paritytech/docs-audit
/frame/nomination-pools/ @paritytech/staking-core @paritytech/docs-audit
/frame/staking/ @paritytech/staking-core @paritytech/docs-audit
/primitives/npos-elections/ @paritytech/staking-core @paritytech/docs-audit