~alcinnz/hurl

bc3ddb1214cc9ddc37be1ba77d0a3b510bb324be — Adrian Cochrane 1 year, 1 month ago 4df3d28
Rewrite contribution instructions.
1 files changed, 10 insertions(+), 7 deletions(-)

M README.md
M README.md => README.md +10 -7
@@ 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/