Skip to content

Commit 7305415

Browse files
Merge pull request #77 from justinwoo/update-discourse-link
update discourse link
2 parents edba9ea + d2b1560 commit 7305415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Following these guidelines helps ensure we're able to carefully consider your co
1414
* Update documentation and tutorials to be easier to understand, more comprehensive, and above all -- up to date!
1515

1616
### Contributions we should discuss
17-
Some contributions will take some discussion before we accept an update to the project. If your contribution includes one of the below examples (or seems to be reasonably similar), please consider reaching out to us before putting in a lot of work to build the feature. We're active on the [PureScript user forum](https://purescript-users.ml) and the [functional programming Slack](https://functionalprogramming.slack.com/) community (new? [use this link to join](https://fpchat-invite.herokuapp.com/)!). For feature requests, feel free to open an issue with a tag.
17+
Some contributions will take some discussion before we accept an update to the project. If your contribution includes one of the below examples (or seems to be reasonably similar), please consider reaching out to us before putting in a lot of work to build the feature. We're active on the [PureScript user forum](https://discourse.purescript.org) and the [functional programming Slack](https://functionalprogramming.slack.com/) community (new? [use this link to join](https://fpchat-invite.herokuapp.com/)!). For feature requests, feel free to open an issue with a tag.
1818

1919
* New features and functions that will change the library's public API
2020
* New tutorials (while we love seeing new tutorials, we won't always be able to feature them in the readme)
@@ -28,7 +28,7 @@ We have a small set of quality-of-life guidelines for contributing to `purescrip
2828
* If possible, please avoid requiring new dependencies.
2929

3030
### Filing issues
31-
If you have a general question about the project, it's best to ask on the [PureScript user forum](https://purescript-users.ml) or the [functional programming Slack](https://functionalprogramming.slack.com/) than to open a new issue. If you have run into a bug in the project, then please do open an issue! When you do, we ask that you follow a few steps which are outlined in our issues template. The gist of it is here:
31+
If you have a general question about the project, it's best to ask on the [PureScript user forum](https://discourse.purescript.org) or the [functional programming Slack](https://functionalprogramming.slack.com/) than to open a new issue. If you have run into a bug in the project, then please do open an issue! When you do, we ask that you follow a few steps which are outlined in our issues template. The gist of it is here:
3232

3333
* Verify the problem is indeed with `purescript-parsing` (not with Pulp, Bower, or PureScript);
3434
* Record what versions you are using for PureScript and `purescript-parsing`

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Pre-check
22

3-
* For help and support, try the [PureScript user forum](https://purescript-users.ml) or the [functional programming Slack](https://functionalprogramming.slack.com) before opening an issue in the repository.
3+
* For help and support, try the [PureScript user forum](https://discourse.purescript.org) or the [functional programming Slack](https://functionalprogramming.slack.com) before opening an issue in the repository.
44
* For bug reports, do a quick search to ensure the bug has not yet been reported.
55
* 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.
66
* Finally -- be nice and have fun!

0 commit comments

Comments
 (0)