Skip to content

Commit 13aa771

Browse files
authored
Zimfarm recipe issue (#933)
Create a working Zimfarm recipe issue template
1 parent dae405f commit 13aa771

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/ISSUE_TEMPLATE/zimfarm_recipe_issue.md renamed to .github/ISSUE_TEMPLATE/zimfarm_recipe_issue.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
---
21
name: Zimfarm Recipe Issue
3-
about: To report an issue on a openZIM Zimfarm (farm.openzim.org) recipe
2+
description: To report an issue on a openZIM Zimfarm (farm.openzim.org) recipe
43
title: '<recipe_name> is failing'
5-
labels:
6-
- bug
4+
labels: ["bug"]
75
body:
86
- type: input
97
id: recipe_url
@@ -13,7 +11,7 @@ body:
1311
placeholder: https://farm.openzim.org/pipeline/xxxx
1412
validations:
1513
required: true
16-
- type: textarea
14+
- type: textarea
1715
id: logs
1816
attributes:
1917
label: Last log lines
@@ -36,7 +34,7 @@ body:
3634
attributes:
3735
label: How many ZIM have been produced before failure?
3836
options:
39-
- None
37+
- Zero
4038
- One
4139
- Two
4240
- Many
@@ -69,5 +67,3 @@ body:
6967
attributes:
7068
label: More details
7169
placeholder: Add here more details to share if needed
72-
73-
---

0 commit comments

Comments
 (0)