Skip to content

Commit

Permalink
Revisit template on ZIM bug reporting to also cover DEV situations
Browse files Browse the repository at this point in the history
We might sometimes discover bug on a ZIM in DEV, this was not possible to be accurately reported till now.
  • Loading branch information
benoit74 authored Jun 13, 2024
1 parent 822abf4 commit c5f70ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/zim_bug.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ZIM bug
description: To report an issue with a ZIM published by openZIM (typically on library.kiwix.org)
title: '<ZIM_name/ZIM_project> is failing'
title: '<ZIM_name/ZIM_project> is not working properly'
labels: ["Bug"]
body:
- type: textarea
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5f70ce

Please sign in to comment.