Skip to content

Commit f25f840

Browse files
Update bug_report.md
1 parent be00827 commit f25f840

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ If the matter is security related, please disclose it privately see https://gith
1717
**What you expected to happen**:
1818

1919
**How to reproduce it (as minimally and precisely as possible)**:
20+
```bash
21+
# An example: https://github.com/kubernetes/kube-state-metrics/issues/2223#issuecomment-1792850276
22+
minikube start
23+
...
24+
go run main.go --custom-resource-state-only --custom-resource-state-config-file ksm-2223/custom-resource-config-file.yaml --kubeconfig ~/.kube/config
25+
```
2026

2127
**Anything else we need to know?**:
2228

@@ -26,12 +32,3 @@ If the matter is security related, please disclose it privately see https://gith
2632
* Kubernetes version (use `kubectl version`):
2733
* Cloud provider or hardware configuration:
2834
* Other info:
29-
30-
**Reproduce example**:
31-
32-
```bash
33-
# https://github.com/kubernetes/kube-state-metrics/issues/2223#issuecomment-1792850276
34-
minikube start
35-
...
36-
go run main.go --custom-resource-state-only --custom-resource-state-config-file ksm-2223/custom-resource-config-file.yaml --kubeconfig ~/.kube/config
37-
```

0 commit comments

Comments
 (0)