From fe911af54283446e9e7720582bc7d69f3ecdc28d Mon Sep 17 00:00:00 2001 From: ohm-bot Date: Tue, 26 May 2026 03:36:43 +0000 Subject: [PATCH] Bootstrap: add CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ca37210 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing to the Wiggleverse RFC framework + +All contribution flows through the RFC app, which talks to this Gitea +instance on your behalf via a single bot service account. Raw `git +clone` plus `git push` is not a supported contribution path. + +To propose a new RFC, sign in at the app and use the **"+ Propose New +RFC"** affordance at the bottom of the catalog. Your proposal opens a +PR against this repository adding one file under `rfcs/`. An owner or +admin reviews and either merges (creating the super-draft) or declines +(with a comment to you). + +See the app for the full revision, conversation, and graduation flows.