Skip to content

Commit 5239d96

Browse files
committed
Merge branch 'master' into features/singleSchema
2 parents a97ff4f + c1971b2 commit 5239d96

File tree

202 files changed

+12332
-13407
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

202 files changed

+12332
-13407
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
name: "\U0001F41B Report an issue"
3+
about: A feature of Parse Server is not working as expected.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
### New Issue Checklist
11+
<!-- Please check the following boxes [ ] -> [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for reporting issues back to Parse Server! -->
12+
13+
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
14+
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md).
15+
- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue).
16+
- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases). <!-- We don't investigate issues for outdated releases. -->
17+
18+
### Issue Description
19+
<!-- What is the specific issue with Parse Server? -->
20+
21+
### Steps to reproduce
22+
<!-- How can someone else reproduce the issue? -->
23+
24+
### Actual Outcome
25+
<!-- What outcome, for example query result, did you get? -->
26+
27+
### Expected Outcome
28+
<!-- What outcome, for example query result, did you expect? -->
29+
30+
### Environment
31+
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
32+
33+
Server
34+
- Parse Server version: `FILL_THIS_OUT`
35+
- Operating system: `FILL_THIS_OUT`
36+
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT`
37+
38+
Database
39+
- System (MongoDB or Postgres): `FILL_THIS_OUT`
40+
- Database version: `FILL_THIS_OUT`
41+
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT`
42+
43+
Client
44+
- SDK (iOS, Android, JavaScript, PHP, Unity, etc): `FILL_THIS_OUT`
45+
- SDK version: `FILL_THIS_OUT`
46+
47+
### Logs
48+
<!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. -->

.github/ISSUE_TEMPLATE/---feature-request.md renamed to .github/ISSUE_TEMPLATE/---2-feature-request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: "\U0001F4A1 Feature request"
3-
about: Suggest an idea for this project
2+
name: "\U0001F4A1 Request a feature"
3+
about: Suggest new functionality or an enhancement of existing functionality.
44
title: ''
55
labels: ''
66
assignees: ''

.github/ISSUE_TEMPLATE/---getting-help.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 59 deletions
This file was deleted.

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

Lines changed: 0 additions & 51 deletions
This file was deleted.

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

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏽‍♀️ Getting help with code
4+
url: https://stackoverflow.com/questions/tagged/parse-platform
5+
about: Get help with code-level questions on Stack Overflow.
6+
- name: 🙋 Getting general help
7+
url: https://community.parseplatform.org
8+
about: Get help with other questions on our Community Forum.

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
semi: true
22
trailingComma: "es5"
33
singleQuote: true
4-
arrowParens: "avoid"
4+
arrowParens: "avoid"
5+
printWidth: 100

0 commit comments

Comments
 (0)