Skip to content

Commit

Permalink
Add a CODEOWNERS file (#468)
Browse files Browse the repository at this point in the history
* Add a CODEOWNERS file

This commit adds a `CODEOWNERS` file to the to define individuals and
teams who are responsible for the project.

Ref:
- https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

---------

Co-authored-by: Sarah Lima <[email protected]>
  • Loading branch information
smaboshe and sarahraqueld authored May 24, 2024
1 parent edc2b3f commit 1c24be0
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 @@
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.

# More details are here: https://help.github.com/articles/about-codeowners/

# The '*' pattern is global owners.

# Order is important. The last matching pattern has the most precedence.
# The folders are ordered as follows:

# In each subsection folders are ordered first by depth, then alphabetically.
# This should make it easy to add new rules without breaking existing ones.

# Global rule:
* @sarahraqueld @smaboshe @minaslater

0 comments on commit 1c24be0

Please sign in to comment.