From a16ba32a067ae0025cc83c69377be991682cd927 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Sun, 19 Feb 2023 20:21:00 +1300 Subject: [PATCH] Document how to contribute. --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c158fb8..226af66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FontConfig Pure -[Source Code](https://git.argonaut-constellation.org/~alcinnz/fontconfig-pure) [Issues](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) [Hackage](https://hackage.haskell.org/package/fontconfig-pure) +[Source Code](https://git.argonaut-constellation.org/~alcinnz/fontconfig-pure) | [Issues](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) | [Hackage](https://hackage.haskell.org/package/fontconfig-pure) Pure-functional language bindings to [FontConfig](https://www.freedesktop.org/wiki/Software/fontconfig/). Mostly consists of conversions between common Haskell types & FontConfig's imperative C types. @@ -18,3 +18,14 @@ Please see the Haddock documentation for API usage. Contains a demo program in `Main.hs`, which can be run via `cabal run`, to query the system font database using standard FontConfig query syntax given in commandline arguments. There's a tentative expansion with its own testscript which bridges over to Harfbuzz-Pure, & includes a testscript which renders "sphinx of black quartz judge my vow" using the best matching fontfile for your query. This is being held up until a new version of Haskell CSS Syntax is released to Hackage supporting UTF-8 Text. + +## Contributing +Please send patches to our [issue tracker](https://todo.argonaut-constellation.org/~alcinnz/fontconfig-pure) by either: + +* Attaching the output of `git format-patch`. +* [git send-email](https://git-send-email.io/) to ~alcinnz/fontconfig-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