Add gpg key to issue template

This commit is contained in:
James R. Barlow
2018-04-27 15:51:26 -07:00
parent abcae0c2a4
commit 4209034d20
+10 -1
View File
@@ -1,3 +1,12 @@
Please include the command line and (if needed) a test file with your issue report.
Please include the command line and a test file with your issue report.
If possible, please use a test file that we can include in future test cases (no personal information, no copyrighted material).
If you wish to encrypt a test file so that only the maintainer of OCRmyPDF can view it, you may use:
```bash
gpg --recv-keys 4434eb74c4a35f7f --keyserver pgp.mit.edu
gpg --output test.pdf.gpg --encrypt --receipient 4434eb74c4a35f7f test.pdf
```