From 14a6093636ae07438ba660a9c10b8223876a2408 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 14 Dec 2022 17:33:00 -0800 Subject: [PATCH] Remove old issue templates --- .github/ISSUE_TEMPLATE/1-general-issues.md | 32 --------------- .../2-problem-with-a-specific-input-file.md | 40 ------------------- .github/ISSUE_TEMPLATE/3-feature_request.md | 27 ------------- 3 files changed, 99 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/1-general-issues.md delete mode 100644 .github/ISSUE_TEMPLATE/2-problem-with-a-specific-input-file.md delete mode 100644 .github/ISSUE_TEMPLATE/3-feature_request.md diff --git a/.github/ISSUE_TEMPLATE/1-general-issues.md b/.github/ISSUE_TEMPLATE/1-general-issues.md deleted file mode 100644 index 3aa3c2d6..00000000 --- a/.github/ISSUE_TEMPLATE/1-general-issues.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: General issues -about: Installation, packages, dependencies, "nothing works", test suite failures... -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -What's the problem? - -**To Reproduce** -Steps to reproduce the behavior. - -**Expected behavior** -What did you expected to happen? - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System (please complete the following information):** - - OS: - - Python version: - - OCRmyPDF version: - -**Installation** -How did you install OCRmyPDF? Did you install it from your operating system's -package manager, or using pip? - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/2-problem-with-a-specific-input-file.md b/.github/ISSUE_TEMPLATE/2-problem-with-a-specific-input-file.md deleted file mode 100644 index d98bf847..00000000 --- a/.github/ISSUE_TEMPLATE/2-problem-with-a-specific-input-file.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Problem with a specific input file -about: Something went wrong while trying to OCR a specific file -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -What command line or API call were you trying to run? - -```bash -ocrmypdf ...arguments... input.pdf output.pdf -``` - -Run with verbosity or higher `-v1` to see more detailed logging. This information may be helpful. - -**Example file** -If your issue is a problem that affects only certain files, and we will require an input file (PDF or image) that demonstrates your issue. - -Please provide an input file with no personal or confidential information. At your option you may [GPG-encrypt the file](https://github.com/ocrmypdf/OCRmyPDF/wiki) for OCRmyPDF's author only. - -Links to files hosted elsewhere are perfectly acceptable. You could also look in ``tests/resources`` and see if any of those files reproduce your issue. - -*(Issues without example files usually cannot be resolved. It's like reporting an issue against a web browser without providing a URL.)* - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**System** - - OS: [e.g. Linux, Windows, macOS] - - OCRmyPDF Version: ``ocrmypdf --version`` - - How did you install ocrmypdf? Did you use a system package manager, `pip`, or a Docker image? diff --git a/.github/ISSUE_TEMPLATE/3-feature_request.md b/.github/ISSUE_TEMPLATE/3-feature_request.md deleted file mode 100644 index 4f27440d..00000000 --- a/.github/ISSUE_TEMPLATE/3-feature_request.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. Please include the versions of OCRmyPDF and other supporting programs (Tesseract OCR, Ghostscript) - maybe an alternative already exists in a newer version. - -**Example file** -If your issue concerns how OCRmyPDF processes certain files, and please provide an example file that helps illustrate how OCRmyPDF's output could be improve. - -Please provide an input file with no personal or confidential information. At your option you may [GPG-encrypt the file](https://github.com/ocrmypdf/OCRmyPDF/wiki) for OCRmyPDF's author only. - -Links to files hosted elsewhere are perfectly acceptable. You could also look in ``tests/resources`` and see if any of those files reproduce your issue. - -**Additional context** -Add any other context or screenshots about the feature request here.