From 14ba572acdcbba2779158a59a7134ba765905ba7 Mon Sep 17 00:00:00 2001 From: Tobotimus Date: Tue, 14 Nov 2017 15:41:06 +1100 Subject: [PATCH] [V3] Update CODEOWNERS (#1090) * Update CODEOWNERS * Add rpc.py entry * fill in files with no entry in codeowners --- .github/CODEOWNERS | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 24577bb0d..5ed152617 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,23 +2,48 @@ * @Twentysix26 # Core -redbot/core/config.py @tekulvw -redbot/core/cog_manager.py @tekulvw -redbot/core/data_manager.py @tekulvw -redbot/core/drivers/* @tekulvw -redbot/core/i18n.py @tekulvw -redbot/core/sentry_setup.py @Kowlin @tekulvw +redbot/core/bank.py @palmtree5 +redbot/core/checks.py @tekulvw +redbot/core/cli.py @tekulvw +redbot/core/config.py @tekulvw +redbot/core/cog_manager.py @tekulvw +redbot/core/core_commands.py @tekulvw +redbot/core/context.py @Tobotimus +redbot/core/data_manager.py @tekulvw +redbot/core/dev_commands.py @tekulvw +redbot/core/drivers/* @tekulvw +redbot/core/events.py @tekulvw +redbot/core/global_checks.py @tekulvw +redbot/core/i18n.py @tekulvw +redbot/core/json_io.py @tekulvw +redbot/core/modlog.py @palmtree5 +redbot/core/rpc.py @tekulvw +redbot/core/sentry_setup.py @Kowlin @tekulvw +redbot/core/utils/chat_formatting.py @tekulvw +redbot/core/utils/mod.py @palmtree5 # Cogs redbot/cogs/admin/* @tekulvw redbot/cogs/alias/* @tekulvw redbot/cogs/audio/* @tekulvw redbot/cogs/bank/* @tekulvw +redbot/cogs/cleanup/* @palmtree5 redbot/cogs/customcom/* @palmtree5 redbot/cogs/downloader/* @tekulvw redbot/cogs/economy/* @palmtree5 +redbot/cogs/filter/* @palmtree5 redbot/cogs/general/* @palmtree5 redbot/cogs/image/* @palmtree5 +redbot/cogs/mod/* @palmtree5 +redbot/cogs/modlog/* @palmtree5 +redbot/cogs/streams/* @Twentysix26 @palmtree5 +redbot/cogs/trivia/* @Tobotimus # Docs docs/* @tekulvw @palmtree5 + +# Setup, instance setup, and running the bot +setup.py @tekulvw +redbot/__init__.py @tekulvw +redbot/__main__.py @tekulvw +redbot/setup.py @tekulvw