diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" index dafac162f..abafd5ab5 100644 --- "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" @@ -9,13 +9,17 @@ assignees: ''

Pre-bug-report checklist

-**1. This bug can be reproduced using YAML** +**1. This bug can be reproduced using pure Argo YAML** - [ ] Yes [👉 Please report a bug to the Argo Workflows GitHub 👈](https://github.com/argoproj/argo-workflows/issues/new/choose) - [ ] No -**2. This bug occurs when...** -- [ ] running Hera code without submitting to Argo (e.g. when exporting to YAML) -- [ ] running Hera code and submitting to Argo +_If yes, it is more likely to be an Argo bug unrelated to Hera. Please double check before submitting an issue to Hera._ + +**2. This bug occurs in Hera when...** +- [ ] exporting to YAML +- [ ] submitting to Argo +- [ ] running on Argo with the Hera runner +- [ ] other:

Bug report

@@ -43,7 +47,7 @@ _A clear and concise description of what you expected to happen:_ **Environment** - Hera Version: 5.X.X - Python Version: 3.X.X -- Version of Argo: 3.X.X +- Argo Version: 3.X.X **Additional context** Add any other context about the problem here.