mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Users reporting a bug will see instructions, can keep it, it will be ignored in final issue Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
43 lines
1.1 KiB
Markdown
43 lines
1.1 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: 'bug'
|
|
assignees: ''
|
|
---
|
|
|
|
<!-- 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). -->
|
|
|
|
Checklist:
|
|
|
|
* [ ] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
|
|
* [ ] I've included steps to reproduce the bug.
|
|
* [ ] I've pasted the output of `argocd version`.
|
|
|
|
**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**
|
|
|
|
```shell
|
|
Paste the output from `argocd version` here.
|
|
```
|
|
|
|
**Logs**
|
|
|
|
```
|
|
Paste any relevant application logs here.
|
|
```
|