File tree 1 file changed +7
-2
lines changed
.github/PULL_REQUEST_TEMPLATE 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 6
6
-->
7
7
8
8
- [ ] I am not disclosing a [ vulnerability] ( https://github.com/parse-community/parse-server/blob/master/SECURITY.md ) .
9
- - [ ] I create this PR in reference to an [ issue] ( https://github.com/parse-community/parse-server/issues?q=is%3Aissue ) .
9
+ - [ ] I am creating this PR in reference to an [ issue] ( https://github.com/parse-community/parse-server/issues?q=is%3Aissue ) .
10
10
11
11
### Issue Description
12
12
<!-- Add a brief description of the issue this PR solves. -->
@@ -17,9 +17,14 @@ Related issue: FILL_THIS_OUT
17
17
<!-- Add a description of the approach in this PR. -->
18
18
19
19
### TODOs before merging
20
- <!-- Add the TODOs that need to be completed before merging this PR. -->
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
+ -->
21
24
22
25
- [ ] Add test cases
23
26
- [ ] Add entry to changelog
24
27
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
28
+ - [ ] Add security check warning <!-- see PR #6973 -->
29
+ - [ ] Add new Parse Error codes to Parse JS SDK <!-- no hard-coded error codes in Parse Server -->
25
30
- [ ] ...
You can’t perform that action at this time.
0 commit comments