-
Notifications
You must be signed in to change notification settings - Fork 685
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
name: Bug report | ||
about: Use this if you observe a specific problem with pdfplumber's code or results | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
## Describe the bug | ||
|
||
*A clear and concise description of what the bug is.* | ||
|
||
|
||
## Code to reproduce the problem | ||
|
||
*Paste it here, or attach a Python file.* | ||
|
||
|
||
## PDF file | ||
|
||
*Please attach any PDFs necessary to reproduce the problem.* | ||
|
||
*If you need to redact text in a sensitive PDF, you can run it through [JoshData/pdf-redactor](https://github.com/JoshData/pdf-redactor).* | ||
|
||
|
||
## Expected behavior | ||
|
||
*What did you expect the result __should__ have been?* | ||
|
||
|
||
## Actual behavior | ||
|
||
*What actually happened, instead?* | ||
|
||
|
||
## Screenshots | ||
|
||
*If applicable, add screenshots to help explain your problem.* | ||
|
||
|
||
## Environment | ||
|
||
- pdfplumber version: [e.g., 0.5.22] | ||
- Python version: [e.g., 3.8.1] | ||
- OS: [e.g., Mac, Linux, etc.] | ||
|
||
|
||
## Additional context | ||
|
||
*Add any other context/notes about the problem here.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature or improvement | ||
title: '' | ||
labels: feature-request | ||
assignees: '' | ||
--- | ||
|
||
Please describe, in as much detail as possible, your proposal and how it would improve your experience with pdfplumber. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
--- | ||
name: Troubleshooting | ||
about: Ask for assistance in using pdfplumber | ||
title: '' | ||
labels: troubleshooting | ||
assignees: '' | ||
--- | ||
|
||
## What are you trying to do? | ||
|
||
*A clear and concise description of your goals.* | ||
|
||
|
||
## What code are you using to do it? | ||
|
||
*Paste it here, or attach a Python file.* | ||
|
||
|
||
## PDF file | ||
|
||
*Please attach the PDFs used in the code.* | ||
|
||
*If you need to redact text in a sensitive PDF, you can run it through [JoshData/pdf-redactor](https://github.com/JoshData/pdf-redactor).* | ||
|
||
|
||
## Expected behavior | ||
|
||
*What did you expect the result __should__ have been?* | ||
|
||
|
||
## Actual behavior | ||
|
||
*What actually happened, instead?* | ||
|
||
|
||
## Screenshots | ||
|
||
*If applicable, add screenshots to help explain your problem.* | ||
|
||
|
||
## Environment | ||
|
||
- pdfplumber version: [e.g., 0.5.22] | ||
- Python version: [e.g., 3.8.1] | ||
- OS: [e.g., Mac, Linux, etc.] | ||
|
||
|
||
## Additional context | ||
|
||
*Add any other context/notes about the problem here.* | ||
|