|
| 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 | + Please check all of the following boxes [x] before submitting your issue. |
| 13 | + Click the "Preview" tab for better readability. |
| 14 | + Thanks for contributing to Parse Swift! |
| 15 | +--> |
| 16 | + |
| 17 | +- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/Parse-Swift/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-Swift/issues?q=is%3Aissue). |
| 20 | +- [ ] I can reproduce the issue with the [latest version of Parse Swift](https://github.com/parse-community/Parse-Swift/releases). <!-- We don't investigate issues for outdated releases. --> |
| 21 | +- [ ] I can reproduce the issue with the [latest version of Parse Server](https://github.com/parse-community/parse-server/releases). |
| 22 | + |
| 23 | +### Issue Description |
| 24 | +<!-- What is the specific issue? --> |
| 25 | + |
| 26 | +### Steps to reproduce |
| 27 | +<!-- How can someone else reproduce the issue? --> |
| 28 | + |
| 29 | +### Actual Outcome |
| 30 | +<!-- What outcome, for example query result, did you get? --> |
| 31 | + |
| 32 | +### Expected Outcome |
| 33 | +<!-- What outcome, for example query result, did you expect? --> |
| 34 | + |
| 35 | +### Failing Test Case / Pull Request |
| 36 | +<!-- |
| 37 | + Check one of the following boxes [x] if you added a PR and add the link. |
| 38 | + See the contribution guide for guidance, if you get stuck please do ask for help: |
| 39 | + https://github.com/parse-community/Parse-Swift/blob/main/CONTRIBUTING.md |
| 40 | +--> |
| 41 | + |
| 42 | +- [ ] 🤩 I submitted a PR with a fix and a test case. |
| 43 | +- [ ] 🧐 I submitted a PR with a failing test case. |
| 44 | + |
| 45 | +### Environment |
| 46 | +<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> |
| 47 | + |
| 48 | +Parse Swift |
| 49 | +- SDK version: `FILL_THIS_OUT` |
| 50 | +- Operating system (iOS, macOS, watchOS, etc.): `FILL_THIS_OUT` |
| 51 | +- Operating system version: `FILL_THIS_OUT` |
| 52 | + |
| 53 | +Server |
| 54 | +- Parse Server version: `FILL_THIS_OUT` |
| 55 | +- Operating system: `FILL_THIS_OUT` |
| 56 | +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
| 57 | + |
| 58 | +Database |
| 59 | +- System (MongoDB or Postgres): `FILL_THIS_OUT` |
| 60 | +- Database version: `FILL_THIS_OUT` |
| 61 | +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
| 62 | + |
| 63 | +### Logs |
| 64 | +<!-- Include relevant logs here. --> |
0 commit comments