From 11a7dfb09caa6aeb25838f903a3bb7545be05eb6 Mon Sep 17 00:00:00 2001 From: Taras Date: Wed, 29 Jul 2026 11:34:33 +0300 Subject: [PATCH] docs: preserve fork maintenance workflow --- FORK.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FORK.md b/FORK.md index 5d9ed1eefdc..a89ae6eecf7 100644 --- a/FORK.md +++ b/FORK.md @@ -2,6 +2,15 @@ This repository is a fork of `pingdotgg/t3code`. Keep this file focused on fork behavior that intentionally differs from upstream. +## Maintenance Workflow + +- Update this file in the same change whenever fork-only behavior changes. +- Keep workflow-only fork changes narrow and prefer job-level disables over broad refactors. +- Do not commit package version bumps solely to represent fork releases. +- Re-check Electron updater channel behavior when changing version strings, release metadata, or desktop packaging. +- Prepare fork PR branches from `origin/main` and target `tarik02/t3code:main`. +- If a fork PR branch includes unintended upstream history, rebuild it from `origin/main` and replay only the intended diff. + ## Changes ### Maintenance