9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
# CODEOWNERS — automatic review-assignment for PRs.
|
|
# Syntax: <pattern> <user-or-team-handle>
|
|
#
|
|
# More: https://docs.gitea.com/usage/code-owners
|
|
#
|
|
# Default owner for everything in the repo.
|
|
# Replace with the appropriate user/team for the new repo.
|
|
* @JonKazama-Hellion
|