From ae7b5f989f9e54d1531b9931aa8a59656b312e9e Mon Sep 17 00:00:00 2001 From: Vasilito Date: Sat, 9 May 2026 01:38:03 +0100 Subject: [PATCH] docs: retire GitHub contribution language --- CHANGELOG.md | 9 +++++++-- CONTRIBUTING.md | 17 +++++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fe1b76d67..be622bc523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,15 @@ When a commit changes the visible system surface, supported hardware, build flow or major documentation status, add a short note here and keep the README "What's New" section in sync with the newest highlights. +## 2026-05-09 — Repository Hosting + +- Documented Gitea as the only canonical Red Bear OS Git server and explicitly retired GitHub as a + Red Bear code, issue, release, or coordination target. + ## 2026-04-14 -- Added a canonical GitHub-visible Red Bear OS implementation plan under `docs/` and linked it from the main README and docs index. -- Added a user-visible GitHub-facing "What's New" section to the root README and linked it to this running changelog. +- Added a canonical Gitea-visible Red Bear OS implementation plan under `docs/` and linked it from the main README and docs index. +- Added a user-visible Gitea-facing "What's New" section to the root README and linked it to this running changelog. - Added a new `redbear-kde` configuration and documented current KDE bring-up status as in-progress rather than not started. - Refreshed top-level and docs status notes so historical roadmap documents no longer read as the current repo state. - Expanded shipped Red Bear system tooling and config coverage around runtime diagnostics, native hardware listing, and Redox-native networking flows. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a953843e25..b5536c362a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,13 +130,26 @@ Since **Rust** is a relatively small and new language compared to others like C Please follow our [Git style](https://doc.redox-os.org/book/creating-proper-pull-requests.html) for pull requests. For user-visible work, keep the root [`CHANGELOG.md`](CHANGELOG.md) current and immutable archived the -README "What's New" section with the latest highlights so GitHub visitors can immediately see what +README "What's New" section with the latest highlights so Gitea visitors can immediately see what changed. When a commit changes the visible system surface, supported hardware, build flow, shipped configs, or key docs, add a short user-facing changelog note in the same change. -## GitLab +## Red Bear Git Hosting + +The canonical Red Bear OS Git server is **Gitea**: + +```text +https://gitea.redbearos.org/vasilito/RedBear-OS.git +``` + +Do not push Red Bear OS work to GitHub. GitHub is not a Red Bear source of truth for code, +issues, releases, or project coordination. Upstream Redox references may still point to GitLab or +other upstream project hosts where historically appropriate, but Red Bear-owned development and +review happen on Gitea. + +## Upstream Redox GitLab ### Identity