Skip to content

Commit 98b38ba

Browse files
authored
Merge pull request #2247 from CatherineF-dev/patch-4
docs: Add reproduce example in bug_report.md
2 parents 240cffd + d3fe638 commit 98b38ba

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ If the matter is security related, please disclose it privately see https://gith
1818

1919
**How to reproduce it (as minimally and precisely as possible)**:
2020

21+
```bash
22+
# An example: https://github.com/kubernetes/kube-state-metrics/issues/2223#issuecomment-1792850276
23+
minikube start
24+
...
25+
go run main.go --custom-resource-state-only --custom-resource-state-config-file ksm-2223/custom-resource-config-file.yaml --kubeconfig ~/.kube/config
26+
```
27+
2128
**Anything else we need to know?**:
2229

2330
**Environment**:

0 commit comments

Comments
 (0)