From 94ef6cee690587e9a78fa570e0893660f0780e9f Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Tue, 8 Oct 2024 12:15:43 +0200 Subject: [PATCH] Chore/update ownership (#596) * chore: update CODEOWNERS ownership rules * fix: typo --- .github/CODEOWNERS | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7f6f90b68..6a399c72d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,12 @@ -* @moritzkirstein @oceanByte @Abrom8 +# Base ownership of the codebase +* @deltaDAO/frontend + +# The following content related files are additionaly owned by the qa team +# File to manage portal whitelists and featured assets +address.config.js @deltaDAO/qa @deltaDAO/frontend +# File to manage address resolution +pontusxAddresses.json @deltaDAO/qa @deltaDAO/frontend +# Directory including .md and .json files to manage displayed content +content/* @deltaDAO/qa @deltaDAO/frontend +# Directory managing publicly hosted images +public/images/* @deltaDAO/qa @deltaDAO/frontend