Skip to content

Commit

Permalink
Add issue template (#524)
Browse files Browse the repository at this point in the history
* Add issue templates

* Delete bug_report.md
  • Loading branch information
rubenvanerk authored Apr 4, 2022
1 parent ef70983 commit 193515a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/incorrect-parsing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Incorrect parsing
about: Use this template if a PDF is not parsed as expected
title: ''
labels: ''
assignees: ''

---

<!-- DO NOT THROW THIS AWAY -->
<!-- Fill out the FULL versions with patch versions -->

- PHP Version:
- PDFParser Version:

### Description:

### PDF input
<!-- If possible, please provide the PDF you are trying to parse -->

### Expected output & actual output
<!-- Share a piece of the output and the corresponding piece of input that you expected the parser would output -->

### Code
<!-- Add the code you used to parse the PDF -->

0 comments on commit 193515a

Please sign in to comment.