From 548bab7b9e86531cb79c5338595a07c1a1f91e18 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Mon, 17 Dec 2018 18:21:40 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++ .github/ISSUE_TEMPLATE/question.md | 12 ++++++++ 3 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd6b4428 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.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. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..aadb0e3b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..a56b5e59 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -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.