From 0a3944e54d133b701edfe9c7546ff11289301ba8 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 7 Sep 2020 23:39:49 +0530 Subject: [PATCH] Add bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 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..c45e34f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Please follow this template to submit bug reports. +title: '' +labels: bug +assignees: '' + +--- + + + +**Describe the bug** +A clear and concise description of what the bug is. + +**Steps to reproduce the bug** +Steps used to install `camelot`: +1. Add step here (you can add more steps too) + +Steps to reproduce the behavior: +1. Add step here (you can add more steps too) + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Code** +Add the Camelot code snippet that you used. +``` +import camelot + +# add your code here +``` + +**PDF** +Add the PDF file that you want to extract tables from. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment** + - OS: [e.g. MacOS] + - Python version: + - Numpy version: + - OpenCV version: + - Ghostscript version: + - Camelot version: + +**Additional context** +Add any other context about the problem here.