From bc3ddb1214cc9ddc37be1ba77d0a3b510bb324be Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 19 Feb 2023 20:07:57 +1300 Subject: [PATCH] Rewrite contribution instructions. --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a9cefe7..708bc1b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Haskell URL +[Repository](https://git.argonaut-constellation.org/~alcinnz/hurl) | [Issue Tracker](https://todo.argonaut-constellation.org/~alcinnz/hurl) | [Hackage](https://hackage.haskell.org/package/hurl) + HURL resolves URLs to the `Text` or `ByteString` data they reference, alongside it's MIMEtype. It is capable of resolving data to the charset specified by the MIMEtype, and will convert any errors to response data. @@ -31,12 +33,13 @@ Feel free to suggest more, point me towards the function(s) to call, or write th patch yourself! Please email these to `opensource@openwork.nz`. ## Contributing -Known issues to be tackled (outside of the protocol list above) are described in -markdown files under the ISSUES folder. Feel free to [email me](mailto:~alcinnz/hurl@todo.argonaut-constellation.org) -or via our [issue tracker](https://todo.argonaut-constellation.org/~alcinnz/hurl) -additional problems and feature requests. +Please send patches to our [issue tracker](https://todo.argonaut-constellation.org/~alcinnz/hurl) by either: + +* Attaching the output of `git format-patch`. +* [git send-email](https://git-send-email.io/) to ~alcinnz/hurl@todo.argonaut-constellation.org . +* Linking to your fork elsewhere. + +Whichever you find most convenient. -To contribute code you can either email me: +If you'd prefer to not make your email address public please contact alcinnz@argonaut-constellation.org ! -* A link to the online git repository you want me to `git pull` from -* Or a git patch file as documented at https://git-send-mail.io/ -- 2.30.2