Skip to content

Commit

Permalink
docs: added labels to bug report
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Sep 21, 2021
1 parent 710e823 commit 7770f3c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
---
name: Reproducible bug report
about: Create a reproducible bug report. Not for support requests.
labels: 'bug'
labels: ['bug', 'needs-triage']
---
## Summary
## Summary

What happened/what you expected to happen?

Before we start, around 2/3 of issues can be fixed by one of the following:

* Have you double-checked your configuration? Maybe 30% of issues are wrong configuration.
* Have you tested to see if it is fixed in the latest version? Maybe 20% of issues are fixed by this.
* Have you tried using the PNS executer instead of Docker? Maybe 50% of artifact related issues are fixed by this.
* Have you tried using the PNS executor instead of Docker? Maybe 50% of artifact related issues are fixed by this.

## Diagnostics

👀 Yes! We need all of your diagnostics, please make sure you add it all, otherwise we'll go around in circles asking you for it:
👀 Yes! We need all of your diagnostics, please make sure you add it all, otherwise we'll go around in circles asking
you for it:

What Kubernetes provider are you using?
What Kubernetes provider are you using?

What version of Argo Workflows are you running?
What version of Argo Workflows are you running?

What executor are you running? Docker/K8SAPI/Kubelet/PNS/Emissary

Did this work in a previous version? I.e. is it a regression?
Which version was it working in?

Are you pasting thousands of log lines? That's too much information.
Are you pasting thousands of log lines? That's too much information.

```bash
# Either a workflow that reproduces the bug, or paste you whole workflow YAML, including status, something like:
Expand Down

0 comments on commit 7770f3c

Please sign in to comment.