From cd5a7d005a3d9821be86e575d16de284bd0c2922 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 19 Feb 2023 19:56:26 +1300 Subject: [PATCH] Add contribution instructions. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4fadfe8..70fbe4c 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,14 @@ For normal use please install via Hackage. Please see the Haddock documentation for API usage. Contains a demo program in `Main.hs`, which can be run via `cabal run`, that textually outputs the shaping data for given text under the [Lora](https://fonts.adobe.com/fonts/lora) font. Commandline arguments, if any, are the text to be rendered. Otherwise uses "Testing, testing". + +## Contributing +Please send patches to our [issue tracker](https://todo.argonaut-constellation.org/~alcinnz/harfbuzz-pure) by either: + +* Attaching the output of `git format-patch`. +* [git send-email](https://git-send-email.io/) to ~alcinnz/harfbuzz-pure@todo.argonaut-constellation.org . +* Linking to your fork elsewhere. + +Whichever you find most convenient. + +If you'd prefer to not make your email address public please contact alcinnz@argonaut-constellation.org ! -- 2.30.2