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: gheskett Line: 7: no users/groups matched
Gregory Heskett 7d6579971a Remove Wiseguy from codeowners file :( (#490)
* Remove Wiseguy from codeowners file :(
* Add ArcticJaguar725 as the primary CODEWOWNER for the moment
2022-09-21 09:10:06 -05:00

14 lines
453 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
* @gheskett
# 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.