From 40a10355e48e9977d3f1309dabd3cba63c0660a8 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 9 May 2020 09:28:35 +0200 Subject: [PATCH] Add codeowners file --- .github/CODEOWNERS | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..21ae0322 --- /dev/null +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file