diff --git a/.github/ISSUE_TEMPLATE/---1-report-an-issue.md b/.github/ISSUE_TEMPLATE/---1-report-an-issue.md new file mode 100644 index 0000000000..085f3fbe36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/---1-report-an-issue.md @@ -0,0 +1,48 @@ +--- +name: "\U0001F41B Report an issue" +about: Report an issue on parse-server +title: '' +labels: '' +assignees: '' + +--- + +### New Issue Checklist + + +- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). +- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). +- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). +- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases). + +### Issue Description + + +### Steps to reproduce + + +### Actual Outcome + + +### Expected Outcome + + +### Environment + + +Server +- Parse Server version: `FILL_THIS_OUT` +- Operating system: `FILL_THIS_OUT` +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` + +Database +- System (MongoDB or Postgres): `FILL_THIS_OUT` +- Database version: `FILL_THIS_OUT` +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` + +Client +- SDK (iOS, Android, JavaScript, PHP, Unity, etc): `FILL_THIS_OUT` +- SDK version: `FILL_THIS_OUT` + +### Logs + diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---2-feature-request.md similarity index 82% rename from .github/ISSUE_TEMPLATE/---feature-request.md rename to .github/ISSUE_TEMPLATE/---2-feature-request.md index 9ce4b51612..c2756fb952 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---2-feature-request.md @@ -1,6 +1,6 @@ --- -name: "\U0001F4A1 Feature request" -about: Suggest an idea for this project +name: "\U0001F4A1 Request a feature" +about: Suggest new functionality or an enhancement of existing functionality. title: '' labels: '' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/---getting-help.md b/.github/ISSUE_TEMPLATE/---getting-help.md deleted file mode 100644 index 4b75b325de..0000000000 --- a/.github/ISSUE_TEMPLATE/---getting-help.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: "\U0001F64Bโ€Getting Help" -about: Join https://community.parseplatform.org -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md b/.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md deleted file mode 100644 index 72373ca25e..0000000000 --- a/.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -name: "\U0001F525 parse-server 3.0.0" -about: Report an issue while migrating to parse-server 3.0.0 -title: '' -labels: '' -assignees: '' - ---- - - - -# Before opening the issue please ensure that you have: - -- [ ] [Read the migration guide](https://github.com/parse-community/parse-server/blob/master/3.0.0.md) to parse-server 3.0.0 -- [ ] [Read the migration guide](https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md) to Parse SDK JS 2.0.0 - -### Issue Description - - - -### Steps to reproduce - - - -### Expected Results - - - -### Actual Outcome - - - -### Environment Setup - -- **Server** - - parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT] - - Operating System: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT] - -- **Database** - - MongoDB version: [FILL THIS OUT] - - Storage engine: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT] - -### Logs/Trace - - diff --git a/.github/ISSUE_TEMPLATE/---push-notifications.md b/.github/ISSUE_TEMPLATE/---push-notifications.md deleted file mode 100644 index 9654d7c23f..0000000000 --- a/.github/ISSUE_TEMPLATE/---push-notifications.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -name: "\U0001F4F2 Push Notifications" -about: Issues with setting up or delivering push notifications -title: '' -labels: '' -assignees: '' - ---- - - - -### Issue Description - - - -### Push Configuration - -Please provide a copy of your `push` configuration here, obfuscating any sensitive part. - -### Environment Setup - -- **Server** - - parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT] - - Operating System: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT] - -- **Database** - - MongoDB version: [FILL THIS OUT] - - Storage engine: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT] - -### Logs/Trace - - diff --git a/.github/ISSUE_TEMPLATE/---report-an-issue.md b/.github/ISSUE_TEMPLATE/---report-an-issue.md deleted file mode 100644 index b8c8fed9b0..0000000000 --- a/.github/ISSUE_TEMPLATE/---report-an-issue.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -name: "\U0001F41B Report an issue" -about: Report an issue on parse-server -title: '' -labels: '' -assignees: '' - ---- - -We use GitHub Issues for reporting bugs with Parse Server. - -Make sure these boxes are checked before submitting your issue - thanks for reporting issues back to Parse Server! - -- [ ] This isn't a vulnerability disclosure, if it is please follow our [security policy](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). - -- [ ] You're running version >=2.3.2 of Parse Server, we can't accept issues for very outdated releases, please update to a newer version. - -- [ ] This isn't a question, if you need if you have questions about code please use Stack Overflow with the [parse-platform tag](https://stackoverflow.com/questions/tagged/parse-platform) & other questions can be posted on the [community forum](https://community.parseplatform.org). - -- [ ] You've searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue), your issue may have been reported or resolved before. - -### Issue Description - - - -### Steps to reproduce - - - -### Expected Results - - - -### Actual Outcome - - - -### Environment Setup - -- **Server** - - parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT] - - Operating System: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT] - -- **Database** - - MongoDB version: [FILL THIS OUT] - - Storage engine: [FILL THIS OUT] - - Hardware: [FILL THIS OUT] - - Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT] - -### Logs/Trace - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..e5a8c3caa9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ Getting help with code + url: https://stackoverflow.com/questions/tagged/parse-platform + about: Get help with code-level questions on Stack Overflow. + - name: ๐Ÿ™‹ Getting general help + url: https://community.parseplatform.org + about: Get help with other questions on our Community Forum. diff --git a/README.md b/README.md index 7dde76a41f..ed3dab8f86 100644 --- a/README.md +++ b/README.md @@ -766,18 +766,6 @@ All the Cloud Code interfaces also have been updated to reflect those changes, a We have written up a [migration guide](3.0.0.md), hoping this will help you transition to the next major release. -# Support - -Please take a look at our [support document](https://github.com/parse-community/.github/blob/master/SUPPORT.md). - -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): - -- [ ] You've met the [prerequisites](http://docs.parseplatform.org/parse-server/guide/#prerequisites). - -- [ ] You're running the [latest version](https://github.com/parse-community/parse-server/releases) of Parse Server. - -- [ ] You've searched through [existing issues](https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=). Chances are that your issue has been reported or resolved before. - # Want to ride the bleeding edge? It is recommend to use builds deployed npm for many reasons, but if you want to use