mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 11:09:07 +01:00
Add codeowners file
This commit is contained in:
parent
957ab06a4c
commit
40a10355e4
1 changed files with 27 additions and 0 deletions
27
.github/CODEOWNERS
vendored
Normal file
27
.github/CODEOWNERS
vendored
Normal file
|
@ -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 a new issue