Skip to content

Commit

Permalink
Merge pull request #2247 from CatherineF-dev/patch-4
Browse files Browse the repository at this point in the history
docs: Add reproduce example in bug_report.md
  • Loading branch information
k8s-ci-robot committed Nov 24, 2023
2 parents 240cffd + d3fe638 commit 98b38ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ If the matter is security related, please disclose it privately see https://gith

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

```bash
# An example: https://github.com/kubernetes/kube-state-metrics/issues/2223#issuecomment-1792850276
minikube start
...
go run main.go --custom-resource-state-only --custom-resource-state-config-file ksm-2223/custom-resource-config-file.yaml --kubeconfig ~/.kube/config
```

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

**Environment**:
Expand Down

0 comments on commit 98b38ba

Please sign in to comment.