-
-
Notifications
You must be signed in to change notification settings - Fork 50
/
CODEOWNERS
Validating CODEOWNERS rules...
21 lines (17 loc) · 1.02 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Global rule, if anything matches after this then that rule takes precedent
* @JoshStrobl @BuddiesOfBudgie/best-buds
# Users that would be impacted by VS Code changes
.vscode @EbonJaeger @JoshStrobl
# Parts that should at least have David
src/daemon/screenshot* @fossfreedom @JoshStrobl @BuddiesOfBudgie/best-buds
src/panel/applets/keyboard-layout @fossfreedom @JoshStrobl @BuddiesOfBudgie/best-buds
# Parts that should at least have Evan
src/appindexer @EbonJaeger @JoshStrobl @BuddiesOfBudgie/best-buds
src/daemon/notifications @EbonJaeger @JoshStrobl @BuddiesOfBudgie/best-buds
src/dialogs @EbonJaeger @JoshStrobl @BuddiesOfBudgie/best-buds
src/panel/applets/trash @EbonJaeger @JoshStrobl @BuddiesOfBudgie/best-buds
# Parts that should at least have Campbell
data/backgrounds @serebit @JoshStrobl @BuddiesOfBudgie/best-buds
src/daemon/statusnotifier.vala @serebit @JoshStrobl @BuddiesOfBudgie/best-buds
src/panel/applets/tray @serebit @JoshStrobl @BuddiesOfBudgie/best-buds
src/plugin/raven @serebit @JoshStrobl @BuddiesOfBudgie/best-buds