Skip to content

Commit

Permalink
Add templates for abnormal task duration and recipe missconfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jun 10, 2024
1 parent f9ff09b commit 822abf4
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/zimfarm_recipe_configuration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Zimfarm Recipe Configuration Issue
description: To report an issue on improper configuration of a openZIM Zimfarm (farm.openzim.org) recipe
title: '<recipe_name> configuration is incorrect'
labels: ["Bug"]
body:
- type: input
id: recipe_url
attributes:
label: Recipe URL
description: The recipe which is improperly configured
placeholder: https://farm.openzim.org/recipes/xxxx
validations:
required: true
- type: textarea
id: details
attributes:
label: What is wrong
placeholder: Add here more details about what should be fixed
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Zimfarm Recipe Issue
description: To report an issue on a openZIM Zimfarm (farm.openzim.org) recipe
name: Zimfarm Recipe Failure Issue
description: To report an issue on a openZIM Zimfarm (farm.openzim.org) failing recipe
title: '<recipe_name> is failing'
labels: ["Bug"]
body:
Expand All @@ -8,7 +8,7 @@ body:
attributes:
label: Recipe URL
description: The recipe which encountered a problem
placeholder: https://farm.openzim.org/pipeline/xxxx
placeholder: https://farm.openzim.org/recipes/xxxx
validations:
required: true
- type: textarea
Expand Down
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/zimfarm_task_duration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Zimfarm Task Duration Issue
description: To report an issue on a openZIM Zimfarm (farm.openzim.org) abnormal task duration
title: 'Last task of <recipe_name> takes too long'
labels: ["Bug"]
body:
- type: input
id: recipe_url
attributes:
label: Recipe URL
description: The recipe which encountered a problem
placeholder: https://farm.openzim.org/recipes/xxxx
validations:
required: true
- type: input
id: task_url
attributes:
label: Task URL
description: The task which takes too long to complete
placeholder: https://farm.openzim.org/pipeline/xxxx
validations:
required: true
- type: textarea
id: details
attributes:
label: Details
placeholder: Share details about why you consider task duration abnormal
validations:
required: true

0 comments on commit 822abf4

Please sign in to comment.