Files
Microtransactions64/CODEOWNERS
Line: 5: incorrect codeowner user: Reonu Line: 5: no users/groups matched Line: 6: incorrect codeowner user: thecozies Line: 6: no users/groups matched Line: 7: incorrect codeowner user: Mr-Wiseguy Line: 7: no users/groups matched
Reonu 3a558060ab Add Wiseguy as a code owner
*flexes pushing to master privileges*
2021-12-19 19:11:17 +00:00

14 lines
455 B
Plaintext

# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
* @Reonu
* @thecozies
* @Mr-Wiseguy
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# You can also use email addresses if you prefer.