Skip to content

Commit

Permalink
Merge pull request #37 from thoughtbot/sb-codeowner
Browse files Browse the repository at this point in the history
Create CODEOWNERS
  • Loading branch information
stefannibrasil authored Sep 3, 2024
2 parents 946a56d + b0a25ae commit 34556ba
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:
* @cpytel

0 comments on commit 34556ba

Please sign in to comment.