From 3d8eaf9ce83ba42be21f356a084b8c46f9d883e5 Mon Sep 17 00:00:00 2001 From: Lukas Pieper <30661176+lukaspieper@users.noreply.github.com> Date: Fri, 6 Nov 2020 18:47:05 +0100 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug-or-crash-report.md | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-or-crash-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-or-crash-report.md b/.github/ISSUE_TEMPLATE/bug-or-crash-report.md new file mode 100644 index 0000000..034e8e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-or-crash-report.md @@ -0,0 +1,36 @@ +--- +name: Bug or crash 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. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Log** +If Gcam crashes, add a log. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Smartphone (please complete the following information, the more detailed, the better)** + - Device: [e.g. Pixel 3] + - OS/ROM: [e.g. Android 11, GrapheneOS 11] + - Google Camera version (original, modified): [e.g. original 7.5.x, modified 7.6.x] + - Gcam-Services-Provider version: [1.0, 1.1] + +**Additional context** +Add any other context about the problem here.