diff options
| author | Eugen Wissner <belka@caraus.de> | 2020-04-12 08:32:39 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2020-04-12 08:32:39 +0200 |
| commit | 387d158bd1192e459d06c29e2ae923b7b30ffa4a (patch) | |
| tree | cca1c836f5eb2b05262f2730d4d7b2360fb09513 /README.md | |
| parent | 2760bd8ee120b5f8db95dd96ce85890cc88d9e8e (diff) | |
| download | graphql-387d158bd1192e459d06c29e2ae923b7b30ffa4a.tar.gz | |
Write contrinbuting guidelines
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -24,11 +24,18 @@ For the list of currently missing features see issues marked as ## Documentation API documentation is available through -[hackage](https://hackage.haskell.org/package/graphql). +[Hackage](https://hackage.haskell.org/package/graphql). You'll also find a small tutorial with some examples under [docs/tutorial](https://github.com/caraus-ecms/graphql/tree/master/docs/tutorial). +## Further information + +- [Contributing guidelines](CONTRIBUTING.md). +- [Changelog](CHANGELOG.md) – this one contains the most recent changes; + individual changelogs for specific versions can be found on + [Hackage](https://hackage.haskell.org/package/graphql). + ## Contact Suggestions, contributions and bug reports are welcome. |
