Files
HackerSM64/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
axollyon 854da9c9b1 2.1.0 Lighting Engine (#495)
Updated lighting engine to 2.1.0 (latest version as of 9/22/22)
2022-09-22 18:07:21 -04: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.