Skip to content

Commit

Permalink
Initial pass at a CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Sep 17, 2023
1 parent a2f2647 commit cbd899a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit cbd899a

Please sign in to comment.