Skip to content

Commit

Permalink
RFC: Initial pass at a CODEOWNERS
Browse files Browse the repository at this point in the history
This pull request is an RFC to adds codeowner defaults for various parts of the codebase, based on historical or regular contributions. It is intended to be used to enforce or mandate blocking individuals for merge. Listings can / should be modified based on interest / desire for code reviews, not necessarily considered exhaustive.

All listings have an addition of the Best Buds team, so anyone on the team should be notified automatically. Global rule notifies the Best Buds team as well.
  • Loading branch information
JoshStrobl committed Sep 30, 2023
1 parent 0d5cb98 commit 28ace40
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Global rule, if anything matches after this then that rule takes precedent
* @BuddiesOfBudgie/best-buds

# Mixed
src/daemon/notifications @EbonJaeger @JoshStrobl @BuddiesOfBudgie/best-buds
src/daemon/screenshot* @fossfreedom @JoshStrobl @BuddiesOfBudgie/best-buds

# Campbell
src/daemon/statusnotifier.vala @serebit @BuddiesOfBudgie/best-buds
src/panel/applets/tray @serebit @BuddiesOfBudgie/best-buds
src/plugin/raven @serebit @BuddiesOfBudgie/best-buds

# David
src/panel/applets/keyboard-layout @fossfreedom @BuddiesOfBudgie/best-buds

# Evan
src/appindexer @EbonJaeger @BuddiesOfBudgie/best-buds
src/dialogs/power @EbonJaeger @BuddiesOfBudgie/best-buds
src/panel/applets/trash @EbonJaeger @BuddiesOfBudgie/best-buds

# Josh
src/abomination @JoshStrobl @BuddiesOfBudgie/best-buds
src/daemon/xdgdirtracker @JoshStrobl @BuddiesOfBudgie/best-buds
src/panel/applets/icon-tasklist @JoshStrobl @BuddiesOfBudgie/best-buds

0 comments on commit 28ace40

Please sign in to comment.