From 9652d51ab19ffd847e126f5994f3ccc88f7e96f1 Mon Sep 17 00:00:00 2001 From: sukoneck <19413126+sukoneck@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:39:35 -0700 Subject: [PATCH] add codeowners (#124) * replace maintainers with CODEOWNERS * add codeowners --- .github/CODEOWNERS | 4 ++++ README.md | 7 ------- 2 files changed, 4 insertions(+), 7 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..8c9aef1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,4 @@ +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# they will be requested for review when someone opens a pull request. +* @dvush @Wazzymandias @TymKh @metachris diff --git a/README.md b/README.md index a89338d..83ed307 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,6 @@ Example Single request: curl localhost:9000 -f -d '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["latest", false],"id":1}' ``` -## Maintainers - -This project is currently maintained by: - -* [@bertcmiller](https://twitter.com/bertcmiller) -* [@metachris](https://twitter.com/metachris) - ## Contributing [Flashbots](https://flashbots.net) is a research and development collective working on mitigating the negative externalities of decentralized economies. We contribute with the larger free software community to illuminate the dark forest.