|
| 1 | +--- |
| 2 | +name: "\U0001F41B Report an issue" |
| 3 | +about: A feature is not working as expected. |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### New Issue Checklist |
| 11 | +<!-- |
| 12 | + Check every following box [x] before submitting your issue. |
| 13 | + Click the "Preview" tab for better readability. |
| 14 | + Thanks for contributing to Parse Platform! |
| 15 | +--> |
| 16 | + |
| 17 | +- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server-fs-adapter/security/policy). |
| 18 | +- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/main/SUPPORT.md). |
| 19 | +- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-server-push-adapter/issues?q=is%3Aissue). |
| 20 | +- [ ] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse FS Adapter](https://github.com/parse-community/parse-server-fs-adapter/releases). <!-- We don't investigate issues for outdated releases. --> |
| 21 | + |
| 22 | +### Issue Description |
| 23 | +<!-- What is the specific issue? --> |
| 24 | + |
| 25 | +### Steps to reproduce |
| 26 | +<!-- How can someone else reproduce the issue? --> |
| 27 | + |
| 28 | +### Actual Outcome |
| 29 | +<!-- What outcome did you get? --> |
| 30 | + |
| 31 | +### Expected Outcome |
| 32 | +<!-- What outcome did you expect? --> |
| 33 | + |
| 34 | +### Environment |
| 35 | +<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> |
| 36 | + |
| 37 | +Client |
| 38 | +- Parse Server Push Adapter version: `FILL_THIS_OUT` |
| 39 | + |
| 40 | +Server |
| 41 | +- Parse Server version: `FILL_THIS_OUT` |
| 42 | +- Operating system: `FILL_THIS_OUT` |
| 43 | +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
| 44 | + |
| 45 | +Database |
| 46 | +- System (MongoDB or Postgres): `FILL_THIS_OUT` |
| 47 | +- Database version: `FILL_THIS_OUT` |
| 48 | +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
| 49 | + |
| 50 | +### Logs |
| 51 | +<!-- Include relevant logs here. --> |
0 commit comments