diff --git a/README.md b/README.md index 87583762cd..aac879e362 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ cd RedBear-OS ./scripts/run.sh --build --config redbear-mini ``` +### Repository Hosting + +The canonical Red Bear OS Git server is **Gitea** at +`https://gitea.redbearos.org/vasilito/RedBear-OS.git`. GitHub is not a Red Bear OS source of +truth and must not be used for pushes, issues, releases, or project coordination. + ### Public Scripts | Script | Purpose | diff --git a/docs/README.md b/docs/README.md index 168e4cbe6f..fcdbcddac4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -13,6 +13,11 @@ current/canonical versus historical/reference split obvious. > `local/docs/CONSOLE-TO-KDE-DESKTOP-PLAN.md` (v4.0) for current state. +> **Git hosting policy:** Red Bear OS uses Gitea as its only canonical Git server: +> `https://gitea.redbearos.org/vasilito/RedBear-OS.git`. Do not use GitHub for Red Bear OS +> pushes, issues, releases, or project coordination. Historical/upstream references may still point +> to their original hosts when documenting third-party projects. + > **Red Bear note:** newer subsystem plans can also live under `local/docs/` when they are Red Bear- > specific rather than general Redox architecture material. In particular, see > `local/docs/WIFI-IMPLEMENTATION-PLAN.md` for the current Wi-Fi direction,