mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Add GitHub issue templates
This commit is contained in:
@@ -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.*
|
||||
@@ -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.
|
||||
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user