From ecc79315df322fc3229ec27808a34487974d4802 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Thu, 4 Jan 2024 00:27:06 -0800 Subject: [PATCH] Adjust issue template files description --- .../ISSUE_TEMPLATE/2-problem-with-specific-file.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml b/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml index cf78cdc67..f7c107589 100644 --- a/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml +++ b/.github/ISSUE_TEMPLATE/2-problem-with-specific-file.yml @@ -21,7 +21,7 @@ body: id: reproduce attributes: label: Steps to reproduce - description: Please include steps to reproduce + description: Please include steps to reproduce. value: | 1. Run ocrmypdf -v1 ...arguments... input.pdf output.pdf 2. Open output.pdf @@ -31,9 +31,8 @@ body: id: files attributes: label: Files - description: Please attach the input and output files, or any screenshots that may be helpful. - placeholder: | - Drag and drop files here. + description: | + Please attach the input and output files, or any screenshots that may be helpful. If you cannot provide a test file, we probably won't be able to help with the issue. PDF is a complex file format, and there may be technical details in the PDF that are @@ -42,10 +41,11 @@ body: We understand files may contain personal or sensitive information. Here are some options: - Try reproducing the issue with a file from the test suite. (See tests/resources) - Try to create another file in the same way as your private file. - - Encrypt the file to OCRmyPDF's private GPG key. + - Encrypt the file to OCRmyPDF's private GPG key, and then zip the GPG file. - Use ``qpdf --json yourfile.pdf`` to produce a JSON representation of your file that omits personal information. - + placeholder: | + Drag and drop files here. - type: dropdown id: packaging-system attributes: