From 31e567f9b166961a18ce7d9bd5e89684cbb943b9 Mon Sep 17 00:00:00 2001 From: Thomas Honeyman <admin@thomashoneyman.com> Date: Wed, 23 May 2018 13:59:25 -0700 Subject: [PATCH] Update issue_template.md --- .github/issue_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index e07d2c2..b9af897 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -1,6 +1,6 @@ ## Precheck -* For help and support, please don't use the issue tracker. Instead, try the [functional programming chat (#fpchat)](https://functionalprogramming.slack.com). +* For help and support, please don't use the issue tracker. Instead, try the [PureScript user forum](https://purescript-users.ml) or the [functional programming chat (#fpchat)](https://functionalprogramming.slack.com). * For bug reports, do a quick search to ensure the bug has not yet been reported. * For new feature requests, please remember to describe the feature you would like to see, why you need it, and how it might be implemented. * Finally -- be nice and have fun!