Skip to content

Commit

Permalink
Change bug template to bring inline with argocd (#2096)
Browse files Browse the repository at this point in the history
* Change bug template to bring inline with argocd?

Signed-off-by: zachaller <[email protected]>

* add back maintainers note

Signed-off-by: zachaller <[email protected]>

* Missed a bit

Signed-off-by: zachaller <[email protected]>

* keep line

Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller authored Jun 23, 2022
1 parent 9eef4e2 commit 5c32e84
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,39 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''
---
## Summary

What happened/what you expected to happen?
<!-- If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argo rollouts slack [channel](https://argoproj.github.io/community/join-slack). -->

## Diagnostics
Checklist:

What version of Argo Rollouts are you running?
* [ ] I've included steps to reproduce the bug.
* [ ] I've inclued the version of argo rollouts.

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

<!-- A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue. -->

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**

<!-- If applicable, add screenshots to help explain your problem. -->

**Version**

<!-- What version of argo rollouts controller are you running? -->

**Logs**

```
# Paste the logs from the rollout controller
Expand All @@ -18,7 +42,7 @@ What version of Argo Rollouts are you running?
kubectl logs -n argo-rollouts deployment/argo-rollouts
# Logs for a specific rollout:
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME>
kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=<ROLLOUTNAME
```

---
Expand Down

0 comments on commit 5c32e84

Please sign in to comment.