|
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/blob/master/SECURITY.md). |
18 |
| -- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). |
19 |
| -- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/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 [Parse Dashboard](https://github.com/parse-community/parse-dashboard/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 |
| -Dashboard |
38 |
| -- Parse Dashboard version: `FILL_THIS_OUT` |
39 |
| -- Browser (Safari, Chrome, Firefox, Edge, etc.): `FILL_THIS_OUT` |
40 |
| -- Browser version: `FILL_THIS_OUT` |
41 |
| - |
42 |
| -Server |
43 |
| -- Parse Server version: `FILL_THIS_OUT` |
44 |
| -- Operating system: `FILL_THIS_OUT` |
45 |
| -- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
46 |
| - |
47 |
| -Database |
48 |
| -- System (MongoDB or Postgres): `FILL_THIS_OUT` |
49 |
| -- Database version: `FILL_THIS_OUT` |
50 |
| -- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
51 |
| - |
52 |
| -### Logs |
53 |
| -<!-- |
54 |
| - Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. If you get a Browser JavaScript error run `npm run dev` to see source maps and a more detailed stack trace. |
55 |
| ---> |
| 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/blob/master/SECURITY.md). |
| 18 | +- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). |
| 19 | +- [ ] I have searched through [existing issues](https://github.com/parse-community/parse-dashboard/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 [Parse Dashboard](https://github.com/parse-community/parse-dashboard/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 | +Dashboard |
| 38 | +- Parse Dashboard version: `FILL_THIS_OUT` |
| 39 | +- Browser (Safari, Chrome, Firefox, Edge, etc.): `FILL_THIS_OUT` |
| 40 | +- Browser version: `FILL_THIS_OUT` |
| 41 | + |
| 42 | +Server |
| 43 | +- Parse Server version: `FILL_THIS_OUT` |
| 44 | +- Operating system: `FILL_THIS_OUT` |
| 45 | +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
| 46 | + |
| 47 | +Database |
| 48 | +- System (MongoDB or Postgres): `FILL_THIS_OUT` |
| 49 | +- Database version: `FILL_THIS_OUT` |
| 50 | +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
| 51 | + |
| 52 | +### Logs |
| 53 | +<!-- |
| 54 | + Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. If you get a Browser JavaScript error run `npm run dev` to see source maps and a more detailed stack trace. |
| 55 | +--> |
0 commit comments