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
+9-18Lines changed: 9 additions & 18 deletions
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 Android 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-Android/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-Android/issues?q=is%3Aissue).
20
-
-[ ] I can reproduce the issue with the [latest version of the Parse Android SDK](https://github.com/parse-community/Parse-SDK-Android/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 Android SDK](https://github.com/parse-community/Parse-SDK-Android/releases). <!-- We don't investigate issues for outdated releases. -->
22
21
23
22
### Issue Description
24
23
<!-- What is the specific issue? -->
@@ -27,22 +26,12 @@ 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
-
### Failing Test Case / Pull Request
36
-
<!--
37
-
Check one of the following boxes [x] if you added a PR and add the link.
38
-
See the contribution guide for guidance, if you get stuck please do ask for help:
-[ ] 🤩 I submitted a PR with a fix and a test case.
43
-
-[ ] 🧐 I submitted a PR with a failing test case.
44
-
45
-
### Environment
34
+
### Environment
46
35
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
47
36
48
37
Parse Android SDK
@@ -60,4 +49,6 @@ Database
60
49
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT`
61
50
62
51
### Logs
63
-
<!-- Include relevant logs here. -->
52
+
<!--
53
+
Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. If you get a Browser JavaScript error run `npm run dev` to see source maps and a more detailed stack trace.
0 commit comments