|
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 |
| ---> |
| 1 | +## Pull Request |
7 | 2 |
|
8 |
| -- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). |
9 |
| -- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). |
| 3 | +- Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). |
| 4 | +- Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). |
| 5 | +- Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). |
10 | 6 |
|
11 |
| -### Issue Description |
12 |
| -<!-- Add a brief description of the issue this PR solves. --> |
| 7 | +## Issue |
| 8 | +<!-- Add the link to the issue that this PR closes. --> |
13 | 9 |
|
14 |
| -Related issue: FILL_THIS_OUT |
| 10 | +Closes: FILL_THIS_OUT |
15 | 11 |
|
16 |
| -### Approach |
17 |
| -<!-- Add a description of the approach in this PR. --> |
| 12 | +## Approach |
| 13 | +<!-- Describe the changes in this PR. --> |
18 | 14 |
|
19 |
| -### TODOs before merging |
20 |
| -<!-- |
21 |
| - Add TODOs that need to be completed before merging this PR. |
22 |
| - Delete suggested TODOs that do not apply to this PR. |
23 |
| ---> |
| 15 | +## Tasks |
| 16 | +<!-- Delete tasks that don't apply. --> |
24 | 17 |
|
25 | 18 | - [ ] Add tests
|
26 |
| -- [ ] Add changes to documentation (guides, repository pages, in-code descriptions) |
| 19 | +- [ ] Add changes to documentation (guides, repository pages, code comments) |
27 | 20 | - [ ] Add [security check](https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md#security-checks)
|
28 | 21 | - [ ] Add new Parse Error codes to Parse JS SDK <!-- no hard-coded error codes in Parse Server -->
|
29 |
| -- [x] A changelog entry is created automatically using the pull request title (do not manually add a changelog entry) |
0 commit comments