Skip to content
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

Add Bowen to the runtime codeowners #4031

Merged
merged 1 commit into from
Mar 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add Bowen to the runtime codeowners
While @EgorKulikov and @Longarithm are onboarding we need to find a way to speed up PR review process for the runtime. I am adding @bowenwang1996 to review only the runtime changes that are not affecting the protocol or fundamental design of the runtime, which are mostly refactoring changes. All other changes will still need to be approved by @evgenykuzyakov . 

CC @matklad
  • Loading branch information
maxzaver authored Mar 3, 2021
commit c67f98696fa970067b6e0a293b2904473d640f7a
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/chain/indexer/ @khorolets @frol
/chain/rosetta-rpc/ @frol

/runtime/ @evgenykuzyakov
/runtime/ @evgenykuzyakov @bowenwang1996
/runtime/runtime-params-estimator/ @olonho @willemneal
/runtime/near-evm-runner/ @ailisp @artob @frankbraun
/runtime/near-vm-runner-standalone/ @olonho @ailisp
Expand Down