Move troubleshooting/Q&A to "Discussions"

- Makes this clearer in README.md
- Removes the "troubleshooting" issue template
- Adds a .github/ISSUE_TEMPATE/config.yml that disables blank issues and
  directs non-bug, non-feature-request discussions to the Discussions
  forum
This commit is contained in:
Jeremy Singer-Vine
2021-02-05 10:04:20 -05:00
parent 4d0ccd0958
commit 1426a84f5a
3 changed files with 6 additions and 52 deletions
+5
View File
@@ -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.
-51
View File
@@ -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.*
+1 -1
View File
@@ -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