Skip to content

Commit 4554fe7

Browse files
committed
added GitHub issue template
1 parent 4474124 commit 4554fe7

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*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.
2+
For __support questions__, please use [stackoverflow with the [objectbox] tag](https://stackoverflow.com/questions/tagged/objectbox) - we get notified.*
3+
4+
## Basics
5+
- ObjectBox version (are using the latest version?): *?*
6+
- Reproducibility: *[occurred once only | occasionally without visible pattern | always]*
7+
8+
## Reproducing the bug
9+
### Description
10+
*Describe the situation in English in which you encounter the bug.*
11+
12+
### 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.*
14+
15+
### 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).*
17+
18+
## Entities
19+
*Provide the code for entities related to the bug (shorten to relevant parts).*
20+
21+
## 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?*

0 commit comments

Comments
 (0)