Skip to content

Commit c91d9fe

Browse files
committed
amended PR checklist; minor rewording
1 parent 9bcadcd commit c91d9fe

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/PULL_REQUEST_TEMPLATE/pull_request_template.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
-->
77

88
- [ ] 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).
1010

1111
### Issue Description
1212
<!-- Add a brief description of the issue this PR solves. -->
@@ -17,9 +17,14 @@ Related issue: FILL_THIS_OUT
1717
<!-- Add a description of the approach in this PR. -->
1818

1919
### 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+
-->
2124

2225
- [ ] Add test cases
2326
- [ ] Add entry to changelog
2427
- [ ] 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 -->
2530
- [ ] ...

0 commit comments

Comments
 (0)