From 0a6fe83172b47ff08a897c8f73b4654c4a2076c2 Mon Sep 17 00:00:00 2001 From: ia Date: Wed, 13 Feb 2019 08:51:12 -0600 Subject: [PATCH 1/2] github: fix codeowners Rel #34 These are not the _eternal_ or canonical codeowners (I hope), but can serve for now as a starting point. They should continue to be revised as discussions around this topic progress. --- .github/CODEOWNERS | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e2e25180a1ef..680174abc358 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,16 +1,16 @@ # Lines starting with '#' are comments. # Each line is a file pattern followed by one or more owners. -accounts/usbwallet @karalabe -accounts/abi @gballet -consensus @karalabe -core/ @karalabe @holiman -eth/ @karalabe -les/ @zsfelfoldi -light/ @zsfelfoldi -mobile/ @karalabe -p2p/ @fjl @zsfelfoldi -p2p/simulations @zelig @nonsense @janos @justelad -p2p/protocols @zelig @nonsense @janos @justelad -p2p/testing @zelig @nonsense @janos @justelad -whisper/ @gballet @gluk256 +accounts/usbwallet @whilei @meowsbits @sorpaas +accounts/abi @whilei @meowsbits @sorpaas +consensus @whilei @meowsbits @sorpaas +core/ @whilei @meowsbits @sorpaas +eth/ @whilei @meowsbits @sorpaas +les/ @whilei @meowsbits @sorpaas +light/ @whilei @meowsbits @sorpaas +mobile/ @whilei @meowsbits @sorpaas +p2p/ @whilei @meowsbits @sorpaas +p2p/simulations @whilei @meowsbits @sorpaas +p2p/protocols @whilei @meowsbits @sorpaas +p2p/testing @whilei @meowsbits @sorpaas +whisper/ @whilei @meowsbits @sorpaas From 57556f9fb62aa4f6846a6b524d4fa00ff3afdafb Mon Sep 17 00:00:00 2001 From: ia Date: Thu, 14 Feb 2019 09:52:12 -0600 Subject: [PATCH 2/2] Remove CODEOWNERS Not all folders are assigned owners, and with a small set of active contributors the tooling this provides is too limited to warrant maintenance. --- .github/CODEOWNERS | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 680174abc358..000000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,16 +0,0 @@ -# Lines starting with '#' are comments. -# Each line is a file pattern followed by one or more owners. - -accounts/usbwallet @whilei @meowsbits @sorpaas -accounts/abi @whilei @meowsbits @sorpaas -consensus @whilei @meowsbits @sorpaas -core/ @whilei @meowsbits @sorpaas -eth/ @whilei @meowsbits @sorpaas -les/ @whilei @meowsbits @sorpaas -light/ @whilei @meowsbits @sorpaas -mobile/ @whilei @meowsbits @sorpaas -p2p/ @whilei @meowsbits @sorpaas -p2p/simulations @whilei @meowsbits @sorpaas -p2p/protocols @whilei @meowsbits @sorpaas -p2p/testing @whilei @meowsbits @sorpaas -whisper/ @whilei @meowsbits @sorpaas