diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-02 15:15:12 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-02 15:15:12 +0800 |
commit | b84be5ee6eff98cf287143a3e1f6a7b585f2cf09 (patch) | |
tree | 0f988c06b3da6198a0e9d9f067e18b05aec02e0d | |
parent | LMTP: Fix patch handling (\r\n, mbox format, double-Wait) (diff) | |
download | forge-b84be5ee6eff98cf287143a3e1f6a7b585f2cf09.tar.gz forge-b84be5ee6eff98cf287143a3e1f6a7b585f2cf09.tar.zst forge-b84be5ee6eff98cf287143a3e1f6a7b585f2cf09.zip |
README: Add instructions to email patches
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -41,10 +41,16 @@ We are currently using the The forge software serves its own source at `/-/source/`. -# Contribute +## Contribute Please submit patches by pushing to `contrib/...` in the official repo. +Alternatively, send email to +[`forge/-/repos/server@forge.lindenii.runxiyu.org`](mailto:forge%2F-%2Frepos%2Fserver@forge.lindenii.runxiyu.org). +Note that emailing patches is still experimental. + +## Mirrors + We have several repo mirrors: * [Official repo on our own instance of Lindenii Forge](https://forge.lindenii.runxiyu.org/forge/-/repos/server/) |