mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 06:06:05 +01:00
27 lines
No EOL
408 B
Text
27 lines
No EOL
408 B
Text
# Retrospring CODEOWNERS
|
|
|
|
# General code ownership
|
|
* @nilsding @pixeldesu
|
|
|
|
# Ruby/Backend related code
|
|
*.rb @nilsding
|
|
|
|
# Frontend assets
|
|
*.coffee @pixeldesu
|
|
*.scss @pixeldesu
|
|
|
|
# Frontend views
|
|
*.haml @pixeldesu
|
|
|
|
# Public documents
|
|
/service-docs/ @pixeldesu
|
|
|
|
# Localization
|
|
/config/locales/ @pixeldesu
|
|
|
|
# Tests
|
|
/spec/ @nilsding
|
|
|
|
# Docker setup related files
|
|
Dockerfile @pixeldesu
|
|
docker-compose.yml @pixeldesu |