diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d99c381 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: +- name: Troubleshooting, etc. + url: https://github.com/jsvine/pdfplumber/discussions + about: Use 'Discussions' to request assistance, ask questions, etc. diff --git a/.github/ISSUE_TEMPLATE/troubleshooting.md b/.github/ISSUE_TEMPLATE/troubleshooting.md deleted file mode 100644 index 05c967d..0000000 --- a/.github/ISSUE_TEMPLATE/troubleshooting.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -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.* - diff --git a/README.md b/README.md index a2095bf..722ff29 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Works best on machine-generated, rather than scanned, PDFs. Built on [`pdfminer. Currently [tested](tests/) on [Python 3.6, 3.7, and 3.8](.github/workflows/tests.yml). -**Note:** `pdfplumber` v0.5.22 was the final version to support Python 3.5. +__To report a bug__ or request a feature, please [file an issue](https://github.com/jsvine/pdfplumber/issues/new/choose). __To ask a question__ or request assistance with a specific PDF, please [use the discussions forum](https://github.com/jsvine/pdfplumber/discussions). ## Table of Contents