|
| 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-php-sdk/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-php-sdk/issues?q=is%3Aissue). |
| 20 | +- [ ] I can reproduce the issue with the latest version of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse PHP SDK](https://github.com/parse-community/parse-php-sdk/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 | +Parse PHP SDK |
| 38 | +- SDK version: `FILL_THIS_OUT` |
| 39 | +- PHP version: `FILL_THIS_OUT` |
| 40 | + |
| 41 | +Server |
| 42 | +- Parse Server version: `FILL_THIS_OUT` |
| 43 | +- Operating system: `FILL_THIS_OUT` |
| 44 | +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
| 45 | + |
| 46 | +Database |
| 47 | +- System (MongoDB or Postgres): `FILL_THIS_OUT` |
| 48 | +- Database version: `FILL_THIS_OUT` |
| 49 | +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
| 50 | + |
| 51 | +### Logs |
| 52 | +<!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. --> |
0 commit comments