|
| 1 | +name: ZIM bug |
| 2 | +description: To report an issue with a ZIM published by openZIM (typically on library.kiwix.org) |
| 3 | +title: '<ZIM_name/ZIM_project> is failing' |
| 4 | +labels: ["Bug"] |
| 5 | +body: |
| 6 | +- type: textarea |
| 7 | + id: zim_urls |
| 8 | + attributes: |
| 9 | + label: ZIM(s) location |
| 10 | + description: Link to the ZIM(s) which have a bug (either on library.kiwix.org or download.kiwix.org) |
| 11 | + placeholder: https://library.kiwix.org/viewer#gutenberg_mul_all_2023-08 |
| 12 | + validations: |
| 13 | + required: true |
| 14 | +- type: textarea |
| 15 | + id: recipe_url |
| 16 | + attributes: |
| 17 | + label: Recipe(s) URL |
| 18 | + description: If known, the Zimfarm recipe(s) which produced this ZIM(s) |
| 19 | + placeholder: https://farm.openzim.org/pipeline/xxxx |
| 20 | +- type: checkboxes |
| 21 | + id: readers |
| 22 | + attributes: |
| 23 | + label: Readers tested |
| 24 | + description: On which readers did you tried the ZIM (at least two is recommended)? |
| 25 | + options: |
| 26 | + - label: Kiwix-serve on iOS (iPad / iPhone) |
| 27 | + - label: Kiwix-serve on Android (phone or tablet) |
| 28 | + - label: Kiwix-serve on Windows |
| 29 | + - label: Kiwix-serve on Linux |
| 30 | + - label: Kiwix-serve on Raspberry Pi (e.g. hotspot) |
| 31 | + - label: Kiwix-serve on Mac |
| 32 | + - label: pwa.kiwix.org |
| 33 | + - label: Kiwix JS - Chrome extension |
| 34 | + - label: Kiwix JS - Firefox extension |
| 35 | + - label: Kiwix JS - Edge extension |
| 36 | + - label: Kiwix for Android application |
| 37 | + - label: Kiwix for MacOS application |
| 38 | + - label: Kiwix for iOS (iPad/iPhone) application |
| 39 | +- type: dropdown |
| 40 | + id: zims_produced |
| 41 | + attributes: |
| 42 | + label: Both ZIM versions impacted? |
| 43 | + description: On download.kiwix.org, we store two versions of a single ZIM. Do they both have the issue? |
| 44 | + options: |
| 45 | + - Yes, both versions are impacted |
| 46 | + - No, only last version is impacted |
| 47 | + - No, only previous version is impacted |
| 48 | + - There is only one version |
| 49 | + - I don't know how to test previous version |
| 50 | + validations: |
| 51 | + required: true |
| 52 | +- type: textarea |
| 53 | + id: details |
| 54 | + attributes: |
| 55 | + label: Details |
| 56 | + placeholder: Add details here (screenshots, what is not working, ...) |
| 57 | + validations: |
| 58 | + required: true |
0 commit comments