From d1d8711f608d51ff22f32e9c92a9702e639a0c0b Mon Sep 17 00:00:00 2001 From: Kowlin Date: Tue, 17 Oct 2017 00:14:15 +0200 Subject: [PATCH] Updated Codeowners (#1026) * Updated Codeowners * Added new cogs to Codeowners --- .github/CODEOWNERS | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0ebf776bc..24577bb0d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,18 +1,24 @@ # Default -* @Twentysix26 +* @Twentysix26 # Core -core/config.py @tekulvw -core/cog_manager.py @tekulvw -core/data_manager.py @tekulvw -core/drivers/* @tekulvw -core/i18n.py @tekulvw -core/sentry_setup.py @Kowlin @tekulvw +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 # Cogs -cogs/alias/* @tekulvw -cogs/downloader/* @tekulvw -cogs/general/* @palmtree5 +redbot/cogs/admin/* @tekulvw +redbot/cogs/alias/* @tekulvw +redbot/cogs/audio/* @tekulvw +redbot/cogs/bank/* @tekulvw +redbot/cogs/customcom/* @palmtree5 +redbot/cogs/downloader/* @tekulvw +redbot/cogs/economy/* @palmtree5 +redbot/cogs/general/* @palmtree5 +redbot/cogs/image/* @palmtree5 # Docs -docs/* @tekulvw @palmtree5 +docs/* @tekulvw @palmtree5