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