Update issue templates

pull/319/head^2
Mattia Iavarone 6 years ago
parent bf4f636809
commit 548bab7b9e
  1. 34
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 17
      .github/ISSUE_TEMPLATE/feature_request.md
  3. 12
      .github/ISSUE_TEMPLATE/question.md

@ -0,0 +1,34 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
### Describe the bug
A clear and concise description of what the bug is.
- CameraView version: *version number*
- Reproducible in official demo app: *yes/no*
- Device / Android version: *Pixel, API 28*
### To Reproduce
Steps to reproduce the behavior, possibly in the demo app:
1. Go to '...'
2. Click on '....'
3. See error
### Expected behavior
A clear and concise description of what you expected to happen.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Logs
Use `CameraLogger.setLogLevel(LEVEL_VERBOSE)` to see all logs into LogCat.
Use `CameraLogger.registerLogger()` to export to file or crash reporting service.
### APK
Link to a Github repo where the bug is reproducible.

@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
### Problem to be addressed
A clear and concise description of what the problem is.
### Describe the solution you'd like
A clear and concise description of what you want to happen.
### Additional context
Add any other context or screenshots about the feature request here.

@ -0,0 +1,12 @@
---
name: Question
about: Question about CameraView usage
title: ''
labels: is:question
assignees: ''
---
### How do I?
Describe your problem here. Please, read the docs first.
Questions not strictly related to CameraView should be asked elsewhere.
Loading…
Cancel
Save