From 9b01d1b1ab89f8f0e70e1cdf6be3b525b1cad054 Mon Sep 17 00:00:00 2001 From: Joe Nelson Date: Wed, 26 Aug 2015 20:47:22 -0700 Subject: [PATCH] Helpful directions in contributing doc --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb31e97ef..cfd5e1569 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,6 +39,10 @@ your contributions. committers. Continuous integration will check this as well on every pull request. +* For help building the Haskell code on your computer check out the [building from +source](https://github.com/begriffs/postgrest/wiki/Building-from-source) +wiki page. + ## Maintenance ### Schedule @@ -46,4 +50,6 @@ your contributions. Currently I (@begriffs) am the sole maintainer, and while I am overjoyed to help resolve issues I also have to balance this with my other obligations. If you don't get a response right away -don't worry, I will definitely get to it. +don't worry, I will definitely get to it. Also you can join the +Gitter [chat room](https://gitter.im/begriffs/postgrest) to +discuss issues you are having.