Skip to content

Commit

Permalink
docs: Fixes issues with bug report template (argoproj#9619)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Sep 19, 2022
1 parent 72d3599 commit 36f195d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
required: true
- label: I can confirm the issues exists when I tested with `:latest`
required: true
- label: I'd like to contribute the fix myself (see [CONTRIBUTING.md](https://github.com/argoproj/argo-workflows/blob/master/docs/CONTRIBUTING.md))
- label: I'd like to contribute the fix myself (see [contributing guide](https://github.com/argoproj/argo-workflows/blob/master/docs/CONTRIBUTING.md))
- type: textarea
id: description
attributes:
Expand All @@ -22,7 +22,7 @@ body:
id: version
attributes:
label: Version
placeholder: e.g. v3.3.8 or latest
value: e.g. v3.3.8 or latest
validations:
required: true
- type: textarea
Expand All @@ -36,13 +36,13 @@ body:
id: controller-logs
attributes:
label: Logs from the workflow controller
placeholder: kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
value: kubectl logs -n argo deploy/workflow-controller | grep ${workflow}
validations:
required: true
- type: textarea
id: wait-logs
id: wait-logs
attributes:
label: Logs from in your workflow's wait container
placeholder: kubectl logs -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
value: kubectl logs -c wait -l workflows.argoproj.io/workflow=${workflow},workflow.argoproj.io/phase!=Succeeded
validations:
required: true

0 comments on commit 36f195d

Please sign in to comment.