-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update CODEOWNERS ownership rules * fix: typo
- Loading branch information
1 parent
2bd9fea
commit 35d6e9a
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |