|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Create a report to help us improve |
| 4 | +title: '' |
| 5 | +labels: 'bug' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +:rotating_light: First, please check: |
| 11 | + - existing issues, |
| 12 | + - Docs https://docs.objectbox.io/ |
| 13 | + - Troubleshooting page https://docs.objectbox.io/troubleshooting |
| 14 | + - FAQ page https://docs.objectbox.io/faq |
| 15 | + |
| 16 | +**Describe the bug** |
| 17 | +A clear and concise description in English of what the bug is. |
| 18 | + |
| 19 | +**Basic info (please complete the following information):** |
| 20 | + - ObjectBox version (are you using the latest version?): [e.g. 2.7.0] |
| 21 | + - Reproducibility: [e.g. occurred once only | occasionally without visible pattern | always] |
| 22 | + - Device: [e.g. Galaxy S20] |
| 23 | + - OS: [e.g. Android 10] |
| 24 | + |
| 25 | +**To Reproduce** |
| 26 | +Steps to reproduce the behavior: |
| 27 | +1. Put '...' |
| 28 | +2. Make changes to '....' |
| 29 | +3. See error |
| 30 | + |
| 31 | +**Expected behavior** |
| 32 | +A clear and concise description of what you expected to happen. |
| 33 | + |
| 34 | +**Code** |
| 35 | +If applicable, add code to help explain your problem. |
| 36 | + - Include affected entity classes. |
| 37 | + - Please remove any unnecessary or confidential parts. |
| 38 | + - At best, link to or attach a project with a failing test. |
| 39 | + |
| 40 | +**Logs, stack traces** |
| 41 | +If applicable, add relevant logs, or a stack trace. |
| 42 | + - For __build issues__, use `--stacktrace` for the Gradle build (`./gradlew build --stacktrace`). |
| 43 | + - For __runtime errors__, check Android's Logcat (also check logs before the issue!). |
| 44 | + |
| 45 | +**Additional context** |
| 46 | +Add any other context about the problem here. |
| 47 | + - Is there anything special about your app? |
| 48 | + - May transactions or multi-threading play a role? |
| 49 | + - Did you find any workarounds to prevent the issue? |
0 commit comments