You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/---1-report-an-issue.md
+6-23
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,15 @@ assignees: ''
9
9
10
10
### New Issue Checklist
11
11
<!--
12
-
Please check all of the following boxes [x] before submitting your issue.
12
+
Check every following box [x] before submitting your issue.
13
13
Click the "Preview" tab for better readability.
14
-
Thanks for contributing to the Parse Flutter SDK!
14
+
Thanks for contributing to Parse Platform!
15
15
-->
16
16
17
17
-[ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Flutter/security/policy).
18
18
-[ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md).
19
19
-[ ] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-Flutter/issues?q=is%3Aissue).
20
-
-[ ] I can reproduce the issue with the [latest version of the Parse Flutter SDK](https://github.com/parse-community/Parse-SDK-Flutter/releases). <!-- We don't investigate issues for outdated releases. -->
21
-
-[ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases).
20
+
-[ ] I can reproduce the issue with the latest version of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse Flutter SDK](https://github.com/parse-community/Parse-SDK-Flutter/releases). <!-- We don't investigate issues for outdated releases. -->
22
21
23
22
### Issue Description
24
23
<!-- What is the specific issue? -->
@@ -27,36 +26,20 @@ assignees: ''
27
26
<!-- How can someone else reproduce the issue? -->
28
27
29
28
### Actual Outcome
30
-
<!-- What outcome, for example query result, did you get? -->
29
+
<!-- What outcome did you get? -->
31
30
32
31
### Expected Outcome
33
-
<!-- What outcome, for example query result, did you expect? -->
32
+
<!-- What outcome did you expect? -->
34
33
35
-
### Pull Request
36
-
<!--
37
-
Check one of the following boxes [x] if you added a PR and add the link.
38
-
If you need any guidance please do ask.
39
-
-->
40
-
41
-
-[ ] 🤩 I submitted a PR with a fix.
42
-
43
-
### Environment
34
+
### Environment
44
35
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
45
36
46
37
Parse Flutter SDK
47
38
- SDK version: `FILL_THIS_OUT`
48
-
- Operating system: `FILL_THIS_OUT`
49
39
- Operating system version: `FILL_THIS_OUT`
50
40
51
41
Server
52
42
- Parse Server version: `FILL_THIS_OUT`
53
-
- Operating system: `FILL_THIS_OUT`
54
-
- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT`
55
-
56
-
Database
57
-
- System (MongoDB or Postgres): `FILL_THIS_OUT`
58
-
- Database version: `FILL_THIS_OUT`
59
-
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT`
This repository contains packages that allow communication with a Parse Server,
9
-
(https://parseplatform.org) either hosted on your own server or another,
10
-
like (http://Back4App.com).
11
+
---
11
12
12
-
This is a work in progress and we are consistently updating it. Please let us know if you think anything needs changing/adding, and more than ever, please do join in on this project. (Even if it is just to improve our documentation)
13
+
A library that gives you access to the powerful Parse Server backend from your Flutter app. For more information about Parse and its features, see [the website](https://parseplatform.org/), [getting started][guide], and [blog](https://blog.parseplatform.org/).
13
14
14
15
## Packages
15
16
16
-
These are the available packages in this repository.
|[parse_server_sdk](./packages/dart)|[](https://pub.dev/packages/parse_server_sdk)| a dart package that lets you communicate with the parse server |
21
-
|[parse_server_sdk_flutter](./packages/flutter)|[](https://pub.dev/packages/parse_server_sdk_flutter)| a flutter package that lets you communicate with the parse server |
24
+
## Author
25
+
This project was originally authored by Phill Wiggins and since transferred to Parse Platform.
22
26
23
-
### Author:-
24
-
This project was authored by Phill Wiggins. You can contact me at [email protected]
0 commit comments