diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 696e41272f..fd7d7aa972 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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? + -## 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** + + + +**To Reproduce** + + + +**Expected behavior** + + + +**Screenshots** + + + +**Version** + + + +**Logs** ``` # Paste the logs from the rollout controller @@ -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= +kubectl logs -n argo-rollouts deployment/argo-rollouts | grep rollout=