docbrown/.github/CODEOWNERS
Michael Kohl 8425c847c3
Update CODEOWNERS and team names in TODO comments (#9460)
* Update CODEOWNERS

* Update teams in TODO comments

* Remove mentions of team cool
2020-07-24 12:17:20 +07:00

35 lines
2.3 KiB
Text

# CODEOWNERS lists which teams are largely responsible for areas of code in the repository
# see https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# for further details
/*.md @forem/oss
/app/assets/stylesheets/internal/ @forem/snackcase
/app/controllers/articles_controller.rb @forem/hells-bells
/app/controllers/internal/ @forem/snackcase
/app/services/notifications/ @forem/delightful
/app/controllers/notifications/ @forem/delightful
/app/workers/notifications/ @forem/delightful
/app/controllers/internal/broadcasts_controller.rb @forem/delightful
/app/controllers/async_info_controller.rb @forem/sre
/app/controllers/stories_controller.rb @forem/hells-bells
/app/services/search/ @forem/sre
/app/views/articles/ @forem/hells-bells
/app/views/internal/ @forem/snackcase
/app/views/moderation/ @forem/snackcase
/app/views/notifications/ @forem/delightful
/app/views/stories/ @forem/hells-bells
/app/workers/ @forem/sre
/config/ @forem/sre
/db/ @forem/sre
/docs/ @forem/oss @jacobherrington
/lib/data_update_scripts/ @forem/sre
/lib/sidekiq/ @forem/sre
/spec/rails_helper.rb @forem/sre
/spec/requests/internal/ @forem/snackcase
/spec/support/ @forem/sre
/spec/system/internal/ @forem/snackcase
Gemfile @forem/sre @forem/oss
Gemfile.lock @forem/sre @forem/oss
package.json @forem/oss @nickytonline
yarn.lock @forem/oss @nickytonline
.travis.yml @forem/sre