From 03da34ee2473de1121707d795dcec146bccfef82 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sat, 16 May 2020 17:04:44 -0700 Subject: [PATCH] Test files needed! --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 04820098..daf2e24d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,9 +20,13 @@ ocrmypdf ...arguments... input.pdf output.pdf Run with verbosity or higher `-v1` to see more detailed logging. This information may be helpful. **Example file** -Please include an example *input* PDF (or image). The input file is more helpful. +Include an input PDF or image that demonstrates your issue. -If possible, use an input file with no personal or confidential information. At your option you may GPG-encrypt the file for OCRmyPDF's author only. +Please provide an input file with no personal or confidential information. At your option you may `GPG-encrypt the file ` 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. + +(Exceptions: Issues with installation, command line argument parsing, test suite failures.Issues without example files usually cannot be resolved.) **Expected behavior** A clear and concise description of what you expected to happen.