github.com/argoproj/argo-cd@v1.8.7/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug report 3 about: Create a report to help us improve 4 title: '' 5 labels: 'bug' 6 assignees: '' 7 --- 8 9 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 argocd slack [channel](https://argoproj.github.io/community/join-slack). 10 11 Checklist: 12 13 * [ ] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. 14 * [ ] I've included steps to reproduce the bug. 15 * [ ] I've pasted the output of `argocd version`. 16 17 **Describe the bug** 18 19 A clear and concise description of what the bug is. 20 21 **To Reproduce** 22 23 A list of the steps required to reproduce the issue. Best of all, give us the URL to a repository that exhibits this issue. 24 25 **Expected behavior** 26 27 A clear and concise description of what you expected to happen. 28 29 **Screenshots** 30 31 If applicable, add screenshots to help explain your problem. 32 33 **Version** 34 35 ```shell 36 Paste the output from `argocd version` here. 37 ``` 38 39 **Logs** 40 41 ``` 42 Paste any relevant application logs here. 43 ```