Github uses a CODEOWNERS
file in the root of a repo as a declaration of individuals or teams that should be notified if files are changed.
This is very useful when working on a project with a large number of contributors; but it can be a bit hard to make use of as a human.
This Sublime Text plugin adds a status bar hint to let you know who you might want to talk to about the file you're editing.
This is a first-blush attempt at this functionality, so expect problems! To install it, clone this gist into your Plugins:
git clone https://gist.github.com/cac3bf8db15966f940f607ee715e64ad.git "$HOME/Library/Application Support/Sublime Text 3/Packages/codeowners"