You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Please help us to fix issues asap: to reduce checking with you back and forth, use the template below. Replace italic sections with your input.
1
+
*Before creating a new issue, make sure that you checked: (1) existing issues, (2) docs (3) FAQ.
2
+
TEMPLATE FOR ISSUES ONLY - for feature requests just delete the text and start fresh.
3
+
Please help us to fix issues asap: this template reduces checking with you back and forth.
4
+
Replace italic sections with your input.
2
5
For __support questions__, please use [stackoverflow with the [objectbox] tag](https://stackoverflow.com/questions/tagged/objectbox) - we get notified.*
3
6
4
-
## Basics
7
+
## Issue Basics
5
8
- ObjectBox version (are using the latest version?): *?*
6
9
- Reproducibility: *[occurred once only | occasionally without visible pattern | always]*
7
10
@@ -10,13 +13,19 @@ For __support questions__, please use [stackoverflow with the [objectbox] tag](h
10
13
*Describe the situation in English in which you encounter the bug.*
11
14
12
15
### Code
13
-
*Provide the code triggering the bug. Ideally, try to keep it short by removing as much code as possible while preserving the issue. You get __extra karma points__ for sharing a runnable project on GitHub that reproduces the bug.*
16
+
*Provide the code triggering the bug.
17
+
Ideally, try to keep it short by removing as much code as possible while preserving the issue.
18
+
You get __extra karma points__ for sharing a runnable project on GitHub that reproduces the bug.*
14
19
15
20
### Logs & stackstraces
16
-
*Check if you have relevant logs and/or a stacktrace. For __build issues__, use `--stacktrace` for the Gradle build (`./gradlew build --stacktrace`). For __runtime errors__, check Android's Logcat (check also for relevant logs preceeding the issue itself).*
21
+
*Check if you have relevant logs and/or a stacktrace.
22
+
For __build issues__, use `--stacktrace` for the Gradle build (`./gradlew build --stacktrace`).
23
+
For __runtime errors__, check Android's Logcat (check also for relevant logs preceeding the issue itself).*
17
24
18
25
## Entities
19
26
*Provide the code for entities related to the bug (shorten to relevant parts).*
20
27
21
28
## Misc
22
-
*Is there anything special about your app? May transactions or multi-threading play a role? Did you find any workarounds to prevent the issue?*
29
+
*Is there anything special about your app?
30
+
May transactions or multi-threading play a role?
31
+
Did you find any workarounds to prevent the issue?*
0 commit comments