Add codeowners file
This commit is contained in:
parent
957ab06a4c
commit
40a10355e4
|
@ -0,0 +1,27 @@
|
||||||
|
# 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
|
Loading…
Reference in New Issue