From 193515a64fb979aff1786b09d5960797db2f3b0a Mon Sep 17 00:00:00 2001 From: Ruben van Erk Date: Mon, 4 Apr 2022 12:25:03 +0200 Subject: [PATCH] Add issue template (#524) * Add issue templates * Delete bug_report.md --- .github/ISSUE_TEMPLATE/incorrect-parsing.md | 25 +++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/incorrect-parsing.md diff --git a/.github/ISSUE_TEMPLATE/incorrect-parsing.md b/.github/ISSUE_TEMPLATE/incorrect-parsing.md new file mode 100644 index 00000000..f7962889 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/incorrect-parsing.md @@ -0,0 +1,25 @@ +--- +name: Incorrect parsing +about: Use this template if a PDF is not parsed as expected +title: '' +labels: '' +assignees: '' + +--- + + + + + - PHP Version: + - PDFParser Version: + +### Description: + +### PDF input + + +### Expected output & actual output + + +### Code +