From 0b96fe5605baafd10217ad80abaeb730276ac063 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 13 Sep 2023 16:51:05 +0200 Subject: [PATCH] github: add bug issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..c92375f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,33 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] - " +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**To Reproduce** +Outline the steps required to reproduce the bug, including any specific actions, inputs, or conditions: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Environment** + - Android device: [Device Model] + - Android OS version: [Android Version] + - App version: [App Version] + - Other relevant details: [e.g., specific network conditions, external dependencies] + +**Logs or Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.