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.