From 62504d37b1a4b58dd04b20ade02a7a1fe0f5fcdd Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 30 Oct 2017 17:30:23 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..38718133 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +*If you are trying to report a bug, please file the information below. +Prerequisites:* + + + +- [ ] *I am using the latest version* +- [ ] *I can reproduce the bug in the demo app, and if not...* +- [ ] *I have tried to reproduce the bug in the demo app* + +##### Detailed steps to reproduce the issue: + +1. +2. +3. + +##### Expected behavior: + +##### Actual behavior: + +##### Screenshots: + +##### Interesting logs: + +*You can use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` +to add logs to logcat, and `CameraLogger.registerLogger()` +to handle logs yourself (e.g. export to file or a crash reporting service) +so you can collect data from your users.* +