Skip to content

Commit

Permalink
Update "bug occurs when" section (#878)
Browse files Browse the repository at this point in the history
There are 3 main categories we can see for bug reports, exporting to
YAML, submitting to Argo (which is actually likely related to
YAML/`to_dict` exporting), and running on Argo with the Hera runner, now
that it is graduating from experimental. Added an "Other" option as well
for reporter to explain.

Signed-off-by: Elliot Gunton <egunton@bloomberg.net>
  • Loading branch information
elliotgunton authored Nov 24, 2023
1 parent 614d364 commit 206b51a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/🐛-bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ assignees: ''

<h2>Pre-bug-report checklist</h2>

**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:

<h2>Bug report</h2>

Expand Down Expand Up @@ -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.

0 comments on commit 206b51a

Please sign in to comment.