From 650e25852d865ce7982f314c942d636c457671fb Mon Sep 17 00:00:00 2001 From: ilia Date: Wed, 5 Aug 2026 14:59:17 -0400 Subject: [PATCH] Note public GitHub mirror in CONTRIBUTING --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2ab4458..4cba803 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,10 @@ # Contributing +## Public mirror & issues + +- **GitHub:** [github.com/Gitilia/SwipeAnything](https://github.com/Gitilia/SwipeAnything) — issues and small PRs welcome. +- Day-to-day CI runs on a private forge; the public repo is a push mirror. Prefer an issue before large adapter PRs. + Adapters are the whole point of this project — the swipe UI, keyboard shortcuts, drag gestures, undo stack, and settings form are all generic and work for any adapter that implements the contract below.