mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-08-11 00:30:12 -04:00
20 lines
476 B
Text
20 lines
476 B
Text
# CODEOWNERS - Defines code owners who will be requested for review
|
|
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
|
|
|
# Default owner for everything
|
|
* @maziggy
|
|
|
|
# Backend code
|
|
/backend/ @maziggy
|
|
|
|
# Frontend code
|
|
/frontend/ @maziggy
|
|
|
|
# Infrastructure and deployment
|
|
/Dockerfile* @maziggy
|
|
/docker-compose*.yml @maziggy
|
|
/.github/ @maziggy
|
|
|
|
# Documentation
|
|
/*.md @maziggy
|
|
/docs/ @maziggy
|