diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e6fb63fcf086..77c654fc4160 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,68 +1,28 @@ --- name: Bug report about: Create a report to help us improve -title: '' labels: 'bug' -assignees: '' --- -Checklist: +## Summary - * [ ] I've included the version. - * [ ] I've included reproduction steps. - * [ ] I've included the workflow YAML. - * [ ] I've included the logs. - -**What happened**: +What happened/what you expected to happen? -**What you expected to happen**: +## Diagnostics -**How to reproduce it (as minimally and precisely as possible)**: +What version of Argo Workflows are you running? -**Anything else we need to know?**: - -**Environment**: - -- Argo version: -``` -$ argo version -``` -- Kubernetes version : -``` -$ kubectl version -o yaml -``` - -**Other debugging information (if applicable)**: - -- workflow result: - -``` -argo --loglevel DEBUG get +```yaml +Paste the workflow here, including status: +kubectl get wf -o yaml ${workflow} ``` -- executor logs: - -``` -kubectl logs -c init -kubectl logs -c wait -``` - -- workflow-controller logs: - -``` -kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name) -``` - -**Logs** - ``` -argo get -kubectl logs -c init -kubectl logs -c wait -kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name) +Paste the logs from the workflow controller: +kubectl logs -n argo $(kubectl get pods -l app=workflow-controller -n argo -o name) | grep ${workflow} ``` --- **Message from the maintainers**: -If you are impacted by this bug please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize. +Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍. diff --git a/.github/ISSUE_TEMPLATE/enhancement_proposal.md b/.github/ISSUE_TEMPLATE/enhancement_proposal.md index 1807d6010d36..a20e71ec24c1 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_proposal.md +++ b/.github/ISSUE_TEMPLATE/enhancement_proposal.md @@ -1,24 +1,18 @@ --- name: Enhancement proposal about: Propose an enhancement for this project -title: '' labels: 'enhancement' -assignees: '' --- # Summary -What change you think needs making. +What change needs making? -# Motivation +# Use Cases -Please give examples of your use case, e.g. when would you use this. - -# Proposal - -How do you think this should be implemented? +When would you use this? --- **Message from the maintainers**: -If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize. +Impacted by this bug? Give it a 👍. We prioritise the issues with the most 👍. \ No newline at end of file