From 66ebad1c423f86a9f922e196102eb6e4d657578b Mon Sep 17 00:00:00 2001 From: Aditya Bavadekar <64344960+AdityaBavadekar@users.noreply.github.com> Date: Wed, 6 Jul 2022 14:43:23 +0530 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 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 0000000..d3adab7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: AdityaBavadekar + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**Paste the log for the Exception if applicable** +```bash + + +``` + +**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. + +**Screenshots** +If possible, please add screenshots to help us in understanding your problem. + +**Smartphone (please complete the following information):** + - Device model : e.g. Galaxy Note 3 + - Brand : eg: Samsung + - Android Version e.g. 11 + +**Version of PinLog Library** +Eg: `Version 0.0.2` + +**Additional context** +Add any other context about the problem here.