Files
discord-aidolls/CODEOWNERS
Line: 10: incorrect codeowner user: kevinthedang Line: 10: incorrect codeowner user: JT2M0L3Y Line: 10: no users/groups matched Line: 13: incorrect codeowner user: kevinthedang Line: 13: incorrect codeowner user: JT2M0L3Y Line: 13: no users/groups matched Line: 14: incorrect codeowner user: kevinthedang Line: 14: incorrect codeowner user: JT2M0L3Y Line: 14: no users/groups matched Line: 15: incorrect codeowner user: kevinthedang Line: 15: no users/groups matched Line: 18: incorrect codeowner user: kevinthedang Line: 18: no users/groups matched Line: 19: incorrect codeowner user: kevinthedang Line: 19: no users/groups matched Line: 22: incorrect codeowner user: kevinthedang Line: 22: no users/groups matched Line: 23: incorrect codeowner user: kevinthedang Line: 23: no users/groups matched
Kevin Dang 1c8449d578 Code Owners File (#140)
* Add: codeowners file

* Fix: Spelling error
2024-11-23 14:51:17 -08:00

25 lines
642 B
Plaintext

# The further along the ownership is, the more precedence it has.
# This to make sure the right people look at certain changes.
# Last Edited: 11/23/2024
# Author: Kevin Dang
# These owners will be the default owners
# for everything in the repo. However it's
# only for the rest of the files not declared by the
# following ownerships below.
* @kevinthedang @JT2M0L3Y
# Technical/Business Code Ownership
/src/ @kevinthedang @JT2M0L3Y
/tests/ @kevinthedang @JT2M0L3Y
/.github/ @kevinthedang
# Docker Ownership
Dockerfile @kevinthedang
docker-compose.yml @kevinthedang
# Documentation Ownership
/docs/ @kevinthedang
/imgs/ @kevinthedang