diff options
| author | 2026-06-08 14:01:53 +0000 | |
|---|---|---|
| committer | 2026-06-08 14:01:53 +0000 | |
| commit | bc26ce32190535eb37f6992a98bc17df2fb2091e (patch) | |
| tree | e15ebac0861d7506043c683f98a9ddd185a6a51d | |
| parent | object/fetch: Link to object/store properly (diff) | |
| signature | No signature | |
Update docs
| -rw-r--r-- | CONTRIBUTING.md | 21 | ||||
| -rw-r--r-- | README.md | 14 |
2 files changed, 12 insertions, 23 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 78a97fcc..83a1c217 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,13 @@ Refer to the README for community spaces. ## Repos and mirrors -* [Main repository on Codeberg](https://codeberg.org/lindenii/furgit) +* [git.runxiyu.org](https://git.runxiyu.org/furgit.git//) * [SourceHut mirror](https://git.sr.ht/~runxiyu/furgit) +* [Codeberg mirror](https://codeberg.org/lindenii/furgit) +* [hjgit mirror](https://hjgit.org/runxiyu/furgit/HEAD/info.html) +* [cgit.space mirror](https://cgit.space/~runxiyu/furgit.git/) * [tangled mirror](https://tangled.org/@runxiyu.tngl.sh/furgit) * [GitHub mirror](https://github.com/runxiyu/furgit) -* [git.runxiyu.org mirror](https://git.runxiyu.org/furgit.git//) ## Reporting bugs @@ -18,11 +20,8 @@ and calls Furgit and/or Git commands to trigger undesirable behavior. Feel free to ask for help writing them. -Choose any one of: - -* [Open an issue on Codeberg](https://codeberg.org/lindenii/furgit/issues/new/choose) -* Send email to [my public inbox](https://lists.sr.ht/~runxiyu/public-inbox) -* [Open an issue on GitHub](https://github.com/runxiyu/furgit/issues/new/choose) +Please report bugs by sending Internet Mail to +[~runxiyu/furgit-devel@lists.sr.ht](https://lists.sr.ht/~runxiyu/furgit-devel). ## Submitting changes @@ -38,12 +37,8 @@ making the old code fail and making the new one succeed. Feel free to ask for help writing them. -Choose any one of: - -* Open a [pull request on Codeberg](https://codeberg.org/lindenii/furgit/pulls) -* [Send a patch](https://git-send-email.io) to - [my public inbox](https://lists.sr.ht/~runxiyu/public-inbox) -* Open a [pull request on GitHub](https://github.com/runxiyu/furgit/pulls) +Please [send a patch](https://git-send-email.io) to +[~runxiyu/furgit-devel@lists.sr.ht](https://lists.sr.ht/~runxiyu/furgit-devel). ## DCO sign-off @@ -18,6 +18,10 @@ and has breaking API changes every few days. on [irc.runxiyu.org](https://irc.runxiyu.org) * [#lindenii](https://web.libera.chat/#lindenii) on [Libera.Chat](https://libera.chat) +* Development mailing list + [~runxiyu/furgit-devel@lists.sr.ht](https://lists.sr.ht/~runxiyu/furgit-devel) +* Announcement mailing list + [~runxiyu/furgit-announce@lists.sr.ht](https://lists.sr.ht/~runxiyu/furgit-announce) See also `CONTRIBUTING.md`. @@ -42,13 +46,3 @@ under the GNU Affero General Public License, Version 3.0 only, a public acceptance by the Designated Proxy of any subsequent version of the GNU Affero General Public License shall permanently authorize the use of that accepted version for this Program. - -## Repos and mirrors - -* [git.runxiyu.org](https://git.runxiyu.org/furgit.git//) -* [Codeberg mirror](https://codeberg.org/lindenii/furgit) -* [SourceHut mirror](https://git.sr.ht/~runxiyu/furgit) -* [hjgit mirror](https://hjgit.org/runxiyu/furgit/HEAD/info.html) -* [cgit.space mirror](https://cgit.space/~runxiyu/furgit.git/) -* [tangled mirror](https://tangled.org/@runxiyu.tngl.sh/furgit) -* [GitHub mirror](https://github.com/runxiyu/furgit) |
