Skip to content

Commit 32de338

Browse files
authored
Discourse (#5296)
* Update ISSUE_TEMPLATE.md * Update ---report-an-issue.md * Update ---parse-server-3-0-0.md * Update ---push-notifications.md * Update README.md * Create ---getting-help.md
1 parent 46ac7e7 commit 32de338

File tree

6 files changed

+13
-15
lines changed

6 files changed

+13
-15
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
**Please use this template. If you don't use this template, your issue may be closed without comment.**
33
We use GitHub Issues for bugs.
44
5-
If you have a non-bug question, ask on Stack Overflow or Server Fault:
6-
- https://stackoverflow.com/questions/tagged/parse.com
7-
- https://serverfault.com/tags/parse
5+
If you have a non-bug question, ask on [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server)
86
97
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
108
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "🙋‍Getting Help"
3+
about: Join https://community.parseplatform.org
4+
5+
---

.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ about: Report an issue while migrating to parse-server 3.0.0
77
<!---
88
** Use this template only if you have an issue migrating to parse-server 3.0.0 **
99
10+
If you have a question, ask on [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server)
11+
1012
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
1113
1214
You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue

.github/ISSUE_TEMPLATE/---push-notifications.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ about: Issues with setting up or delivering push notifications
88
99
**We use GitHub Issues for reporting bugs with parse-server.**
1010
11-
If you have a *question*, you should join the gitter chat where a community of more than 200 parse users gather.
12-
13-
- https://gitter.im/ParsePlatform/Chat
11+
If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server)
1412
1513
If you have a non-bug question, ask on Stack Overflow or Server Fault:
1614
- https://stackoverflow.com/questions/tagged/parse.com

.github/ISSUE_TEMPLATE/---report-an-issue.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ about: Report an issue on parse-server
88
99
**We use GitHub Issues for reporting bugs with parse-server.**
1010
11-
If you have a *question*, you should join the gitter chat where a community of more than 200 parse users gather.
12-
13-
- https://gitter.im/ParsePlatform/Chat
14-
15-
If you have a non-bug question, ask on Stack Overflow or Server Fault:
16-
- https://stackoverflow.com/questions/tagged/parse.com
17-
- https://serverfault.com/tags/parse
11+
If you have a *question*, you should join the [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server).
1812
1913
If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md
2014

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://img.shields.io/travis/parse-community/parse-server/master.svg?style=flat)](https://travis-ci.org/parse-community/parse-server)
55
[![Coverage Status](https://img.shields.io/codecov/c/github/parse-community/parse-server/master.svg)](https://codecov.io/github/parse-community/parse-server?branch=master)
66
[![npm version](https://img.shields.io/npm/v/parse-server.svg?style=flat)](https://www.npmjs.com/package/parse-server)
7-
[![Join Chat](https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg)](https://gitter.im/ParsePlatform/Chat)
7+
[![Join The Conversation](https://img.shields.io/discourse/https/communiy.parseplatform.org/topics.svg)](https://community.parseplatform.org/c/parse-server)
88
[![Greenkeeper badge](https://badges.greenkeeper.io/parse-community/parse-server.svg)](https://greenkeeper.io/)
99

1010

@@ -397,7 +397,8 @@ We have written up a [migration guide](3.0.0.md), hoping this will help you tran
397397

398398
# Support
399399

400-
For implementation related questions or technical support, please refer to the [Stack Overflow](http://stackoverflow.com/questions/tagged/parse.com) and [Server Fault](https://serverfault.com/tags/parse) communities.
400+
For implementation related questions or any other questions please refer to [Parse Community's Discourse forum](https://community.parseplatform.org/c/parse-server).
401+
401402

402403
If you believe you've found an issue with Parse Server, make sure these boxes are checked before [reporting an issue](https://github.com/parse-community/parse-server/issues):
403404

0 commit comments

Comments
 (0)