diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bb6766d8aa..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,45 +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 - -Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md index a19d228731..9ce4b51612 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ b/.github/ISSUE_TEMPLATE/---feature-request.md @@ -1,6 +1,9 @@ --- name: "\U0001F4A1 Feature request" about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---getting-help.md b/.github/ISSUE_TEMPLATE/---getting-help.md index 331bb3021e..4b75b325de 100644 --- a/.github/ISSUE_TEMPLATE/---getting-help.md +++ b/.github/ISSUE_TEMPLATE/---getting-help.md @@ -1,5 +1,10 @@ --- -name: "🙋‍Getting Help" +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 index 49e9f447ff..72373ca25e 100644 --- a/.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md +++ b/.github/ISSUE_TEMPLATE/---parse-server-3-0-0.md @@ -1,6 +1,9 @@ --- name: "\U0001F525 parse-server 3.0.0" about: Report an issue while migrating to parse-server 3.0.0 +title: '' +labels: '' +assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/---push-notifications.md b/.github/ISSUE_TEMPLATE/---push-notifications.md index 43998b70f8..9654d7c23f 100644 --- a/.github/ISSUE_TEMPLATE/---push-notifications.md +++ b/.github/ISSUE_TEMPLATE/---push-notifications.md @@ -1,6 +1,9 @@ --- name: "\U0001F4F2 Push Notifications" about: Issues with setting up or delivering push notifications +title: '' +labels: '' +assignees: '' --- @@ -46,4 +49,3 @@ Please provide a copy of your `push` configuration here, obfuscating any sensiti ### Logs/Trace - diff --git a/.github/ISSUE_TEMPLATE/---report-an-issue.md b/.github/ISSUE_TEMPLATE/---report-an-issue.md index 78583e73d3..b8c8fed9b0 100644 --- a/.github/ISSUE_TEMPLATE/---report-an-issue.md +++ b/.github/ISSUE_TEMPLATE/---report-an-issue.md @@ -1,21 +1,24 @@ --- name: "\U0001F41B Report an issue" about: Report an issue on parse-server +title: '' +labels: '' +assignees: '' --- - ### Issue Description diff --git a/.github/MigrationPhases.png b/.github/MigrationPhases.png deleted file mode 100644 index dfaca26604..0000000000 Binary files a/.github/MigrationPhases.png and /dev/null differ