|
| 1 | +--- |
| 2 | +name: Report an issue |
| 3 | +about: Report an issue on parse-server |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +We use GitHub Issues for bugs. |
| 8 | + |
| 9 | +If you have a non-bug question, ask on Stack Overflow or Server Fault: |
| 10 | +- https://stackoverflow.com/questions/tagged/parse.com |
| 11 | +- https://serverfault.com/tags/parse |
| 12 | + |
| 13 | +If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md |
| 14 | + |
| 15 | +You may also search through existing issues before opening a new one: https://github.com/parse-community/parse-server/issues?utf8=%E2%9C%93&q=is%3Aissue |
| 16 | + |
| 17 | +--- Please use this template. If you don't use this template, your issue may be closed without comment. --- |
| 18 | + |
| 19 | +### Issue Description |
| 20 | + |
| 21 | +Describe your issue in as much detail as possible. |
| 22 | + |
| 23 | +### Steps to reproduce |
| 24 | + |
| 25 | +Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. |
| 26 | + |
| 27 | +#### Expected Results |
| 28 | + |
| 29 | +What you expected to happen. |
| 30 | + |
| 31 | +#### Actual Outcome |
| 32 | + |
| 33 | +What is happening instead. |
| 34 | + |
| 35 | +### Environment Setup |
| 36 | + |
| 37 | +- **Server** |
| 38 | + - parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT] |
| 39 | + - Operating System: [FILL THIS OUT] |
| 40 | + - Hardware: [FILL THIS OUT] |
| 41 | + - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT] |
| 42 | + |
| 43 | +- **Database** |
| 44 | + - MongoDB version: [FILL THIS OUT] |
| 45 | + - Storage engine: [FILL THIS OUT] |
| 46 | + - Hardware: [FILL THIS OUT] |
| 47 | + - Localhost or remote server? (AWS, mLab, ObjectRocket, Digital Ocean, etc): [FILL THIS OUT] |
| 48 | + |
| 49 | +### Logs/Trace |
| 50 | + |
| 51 | +Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. |
0 commit comments