From c5f70cec283f8f3e382318ddf4b706bafc899fb9 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 13 Jun 2024 14:21:27 +0200 Subject: [PATCH] Revisit template on ZIM bug reporting to also cover DEV situations We might sometimes discover bug on a ZIM in DEV, this was not possible to be accurately reported till now. --- .github/ISSUE_TEMPLATE/zim_bug.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/zim_bug.yaml b/.github/ISSUE_TEMPLATE/zim_bug.yaml index 5fcdb98..9217137 100644 --- a/.github/ISSUE_TEMPLATE/zim_bug.yaml +++ b/.github/ISSUE_TEMPLATE/zim_bug.yaml @@ -1,6 +1,6 @@ name: ZIM bug description: To report an issue with a ZIM published by openZIM (typically on library.kiwix.org) -title: ' is failing' +title: ' is not working properly' labels: ["Bug"] body: - type: textarea @@ -39,14 +39,14 @@ body: - type: dropdown id: zims_produced attributes: - label: Both ZIM versions impacted? - description: On download.kiwix.org, we store two versions of a single ZIM. Do they both have the issue? + label: Which ZIM versions are impacted? + description: On download.kiwix.org, we store at least two versions of a single ZIM. Do they both have the issue? options: - - Yes, both versions are impacted - - No, only last version is impacted - - No, only previous version is impacted - - There is only one version - - I don't know how to test previous version + - All PROD versions are impacted + - Only last PROD version is impacted + - There is only PROD one version which is impacted + - Only last DEV version is impacted + - I don't know validations: required: true - type: textarea