Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 10 additions & 21 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
### New Pull Request Checklist
<!--
Check every following box [x] before submitting your PR.
Click the "Preview" tab for better readability.
Thanks for contributing to Parse Platform!
-->
## Pull Request

- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server-push-adapter/security/policy).
- [ ] I am creating this PR in reference to an [issue](https://github.com/parse-community/parse-server-push-adapter/issues?q=is%3Aissue).
- Report security issues [confidentially](https://github.com/parse-community/parse-server-push-adapter/security/policy).
- Any contribution is under this [license](https://github.com/parse-community/parse-server-push-adapter/blob/master/LICENSE).

### Issue Description
<!-- Add a brief description of the issue this PR solves. -->
## Issue
<!-- Describe the issue. -->

Related issue: #`FILL_THIS_OUT`
## Approach
<!-- Describe the changes in this PR. -->

### Approach
<!-- Add a description of the approach in this PR. -->

### TODOs before merging
<!--
Add TODOs that need to be completed before merging this PR.
Delete TODOs that do not apply to this PR.
-->
## Tasks
<!-- Check completed tasks and delete tasks that don't apply. -->

- [ ] Add tests
- [ ] Add entry to changelog
- [ ] Add changes to documentation (guides, repository pages, in-code descriptions)
- [ ] Add changes to documentation (guides, repository pages, code comments)
59 changes: 38 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"expo-server-sdk": "4.0.0",
"firebase-admin": "13.6.0",
"npmlog": "7.0.1",
"parse": "8.0.1",
"parse": "8.0.3",
"web-push": "3.6.7"
},
"devDependencies": {
Expand Down