Skip to content

Commit

Permalink
feat: add codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
helenff committed Mar 21, 2023
1 parent ce2a406 commit 90461ee
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# CODEOWNERS - Code ownership rules
#
# Ownership rules will be used automatically for suggesting reviewers on pull
# requests.
#
# Rules should follow the standard of a file matching pattern followed by a
# team name, e.g. @scribd/service-foundations. Do not use broad teams, such as
# "Engineering", for code ownership.
#
# All lines starting with a `#` are comments and will be ignored.
#
# Order is important. The last matching pattern wins.

# Service Foundations parent ownership
* @scribd/service-foundations

0 comments on commit 90461ee

Please sign in to comment.