mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 13:02:07 +03:00
Update codeowners file (#3161)
This commit is contained in:
parent
03c85d780e
commit
bf0793c8ec
35
.github/CODEOWNERS
vendored
35
.github/CODEOWNERS
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user