spacedrive/.github/CODEOWNERS
jake f92ba1b57f
bump copyright and team up in onboarding (#979)
* bump copyright up in onboarding

* update team

* revert changes

* revert this too

* update ci to run required stuff on every pr

* simplify codeowners

* type

* add landing

---------

Co-authored-by: Utku Bakir <74243531+utkubakir@users.noreply.github.com>
Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
2023-06-22 05:13:51 +00:00

30 lines
596 B
Plaintext

# default
# disabled for now because we have some dead code that doesn't really need reviewed yet
# * @spacedriveapp
# frontend apps (Rust bridges and tech functionality -- no real visual implications)
/apps/desktop/ @spacedriveapp/backend
/apps/web/ @spacedriveapp/backend
# mobile
/apps/mobile/ @spacedriveapp/mobile
# core logic
/core/ @spacedriveapp/backend
/crates/ @spacedriveapp/backend
# server app
/apps/server/ @spacedriveapp/backend
# landing site
/apps/landing/ @spacedriveapp/frontend
# interface
/interface/ @spacedriveapp/frontend
# UI
/packages/ @spacedriveapp/frontend