Update codeowners file (#3161)

This commit is contained in:
Adam Obuchowicz 2021-11-19 18:10:53 +01:00 committed by GitHub
parent 03c85d780e
commit bf0793c8ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
.github/CODEOWNERS vendored
View File

@ -1,14 +1,33 @@
# Catch All # Catch All
* @radeusgd @4e6 * @4e6 @MichaelMauderer @PabloBuchu @jdunkerley
# Rust Libraries # Rust Libraries
/lib/rust/ @wdanilo @radeusgd @4e6 /lib/rust/* @MichaelMauderer @4e6 @mwu-tow @farmaazon
/lib/rust/ensogl/* @MichaelMauderer @wdanilo @farmaazon
# Repo Configuration # Scala Libraries
/.github/settings.yml @4e6 @radeusgd /lib/scala/* @4e6
# GUI # GUI
/gui/* @wdanilo /run @MichaelMauderer @wdanilo
/gui/src/rust/ide @mwu-tow /build/* @MichaelMauderer @wdanilo
/gui/src/rust/ide/view @wdanilo /app/gui/* @MichaelMauderer @wdanilo @farmaazon @mwu-tow
/gui/src/rust/ide/view @MichaelMauderer /app/gui/view/* @MichaelMauderer @wdanilo @farmaazon
/app/ide-desktop/* @MichaelMauderer @wdanilo
# Engine (old)
# This section should be removed once the engine moves to /app/engine
/build.sbt @4e6
/distribution/* @4e6
/engine/* @4e6
/project/* @4e6
/test/* @4e6
/tools/* @4e6
# Enso Libraries
# This section should be amended once the engine moves to /app/engine
/distribution/lib/* @4e6 @jdunkerley @radeusgd
/std-bits/* @4e6 @jdunkerley @radeusgd
# Engine
/app/engine/* @4e6