From 0c62f2de5dd51c5171fdfc3b6f4bb8eb7ee49f93 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Fri, 17 May 2024 19:51:15 -0700 Subject: [PATCH] Issue template: check for EOL OS --- .../ISSUE_TEMPLATE/1-bug-report-general.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report-general.yml b/.github/ISSUE_TEMPLATE/1-bug-report-general.yml index 2ee6105b..b7e8a6f8 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report-general.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report-general.yml @@ -24,7 +24,7 @@ body: - type: dropdown id: packaging-system attributes: - label: Where are you installing from? + label: Where are you installing/running from? multiple: true options: - PyPI (pip, poetry, pipx, etc.) @@ -37,6 +37,11 @@ body: - source build validations: required: true + - type: input + id: version + attributes: + label: OCRmyPDF version + description: Paste "ocrmypdf --version" here - type: dropdown id: operating-system attributes: @@ -47,6 +52,17 @@ body: - Windows - macOS - BSD + - type: input + id: os_version + attributes: + label: Operating system details and version + - type: checkboxes + attributes: + label: Simple sanity checks + description: Select all that apply + options: + - label: Operating system is currently supported by its vendor (not end of life) + - label: Python version is compatible with OCRmyPDF - type: textarea id: logs attributes: