enso/.github/CODEOWNERS

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

56 lines
2.4 KiB
Plaintext
Raw Normal View History

2022-02-08 12:26:14 +03:00
# Change log
CHANGELOG.md
# The repository settings
/.github/ @jdunkerley @AdRiley @hubertp @Frizi
/.github/CODEOWNERS @jdunkerley @jaroslavtulach @farmaazon @AdRiley @PabloBuchu @wdanilo
# Build script & utilities
/run @jdunkerley @AdRiley @hubertp @Frizi
/run.bat @jdunkerley @AdRiley @hubertp @Frizi
/build @jdunkerley @AdRiley @hubertp @Frizi
# Rust Libraries and Related Files
rust-toolchain.toml @vitvakatu @Frizi @kazcw @farmaazon @AdRiley
rustfmt.toml @farmaazon @vitvakatu @Frizi @kazcw @AdRiley
2022-08-04 13:21:39 +03:00
Cargo.lock
Cargo.toml
/lib/rust/ @farmaazon @kazcw @vitvakatu @Frizi @AdRiley
/lib/rust/parser/ @farmaazon @kazcw @vitvakatu @Frizi @jaroslavtulach @AdRiley
/tools/build-performance/ @kazcw @Akirathan
2020-04-07 13:06:53 +03:00
2021-11-19 20:10:53 +03:00
# Scala Libraries
/lib/scala/ @4e6 @jaroslavtulach @hubertp
# GUI
/app/gui2/ @Frizi @farmaazon @vitvakatu @kazcw @AdRiley
2021-11-19 20:10:53 +03:00
# Engine (old)
# This section should be removed once the engine moves to /app/engine
2023-04-28 15:03:43 +03:00
/build.sbt @4e6 @jaroslavtulach @hubertp @Akirathan
/distribution/ @4e6 @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
2023-04-28 15:03:43 +03:00
/engine/ @4e6 @jaroslavtulach @hubertp @Akirathan
2022-09-22 12:45:59 +03:00
/project/ @4e6 @jaroslavtulach @hubertp
/tools/ @4e6 @jaroslavtulach @radeusgd @hubertp
2021-11-19 20:10:53 +03:00
# Enso Libraries
# This section should be amended once the engine moves to /app/engine
/distribution/lib/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
/std-bits/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
/test/ @jdunkerley @radeusgd @GregoryTravis @AdRiley @marthasharkey
/tools/http-test-helper/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
# The default project template is owned by the libraries team
/lib/scala/pkg/src/main/resources/default/src/ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
# Dashboard, Cloud, Authentication & Electron
/app/ide-desktop/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
/app/dashboard/ @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
# The data-link schema is owned by the libraries team
/app/dashboard/src/data/datalinkSchema.json @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey
/app/dashboard/src/data/__tests__ @radeusgd @jdunkerley @GregoryTravis @AdRiley @marthasharkey @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
# GUI / Dashboard shared
/app/*.* @Frizi @farmaazon @vitvakatu @kazcw @AdRiley @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount
/app/ide-desktop/common @PabloBuchu @indiv0 @somebody1234 @MrFlashAccount @Frizi @farmaazon @vitvakatu @kazcw @AdRiley