Skip to content

Commit 9928922

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents a9ca3a0 + 9fbd557 commit 9928922

File tree

3 files changed

+38
-20
lines changed

3 files changed

+38
-20
lines changed

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ assignees: ''
99

1010
### New Issue Checklist
1111
<!--
12-
Please check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse Android SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Android/security/policy).
1818
- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md).
1919
- [ ] 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. -->
2221

2322
### Issue Description
2423
<!-- What is the specific issue? -->
@@ -27,22 +26,12 @@ assignees: ''
2726
<!-- How can someone else reproduce the issue? -->
2827

2928
### Actual Outcome
30-
<!-- What outcome, for example query result, did you get? -->
29+
<!-- What outcome did you get? -->
3130

3231
### Expected Outcome
33-
<!-- What outcome, for example query result, did you expect? -->
32+
<!-- What outcome did you expect? -->
3433

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:
39-
https://github.com/parse-community/Parse-SDK-Android/blob/master/CONTRIBUTING.md
40-
-->
41-
42-
- [ ] 🤩 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
4635
<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". -->
4736

4837
Parse Android SDK
@@ -60,4 +49,6 @@ Database
6049
- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT`
6150

6251
### 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.
54+
-->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ assignees: ''
99

1010
### New Feature / Enhancement Checklist
1111
<!--
12-
Check all of the following boxes [x] before submitting your issue.
12+
Check every following box [x] before submitting your issue.
1313
Click the "Preview" tab for better readability.
14-
Thanks for contributing to the Parse Android SDK!
14+
Thanks for contributing to Parse Platform!
1515
-->
1616

1717
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Android/security/policy).

.github/pull_request_template.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
### New Pull Request Checklist
2+
<!--
3+
Please check the following boxes [x] before submitting your issue.
4+
Click the "Preview" tab for better readability.
5+
Thanks for contributing to Parse Server!
6+
-->
7+
8+
- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-SDK-Android/blob/master/SECURITY.md).
9+
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/Parse-SDK-Android/issues?q=is%3Aissue).
10+
11+
### Issue Description
12+
<!-- Add a brief description of the issue this PR solves. -->
13+
14+
Related issue: #`FILL_THIS_OUT`
15+
16+
### Approach
17+
<!-- Add a description of the approach in this PR. -->
18+
19+
### TODOs before merging
20+
<!--
21+
Add TODOs that need to be completed before merging this PR.
22+
Delete TODOs that do not apply to this PR.
23+
-->
24+
25+
- [ ] Add tests
26+
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
27+
- [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry)

0 commit comments

Comments
 (0)