k8s.io/registry.k8s.io@v0.3.1/.github/ISSUE_TEMPLATE/issue.yaml (about) 1 name: Report an issue with registry.k8s.io 2 description: Report a bug encountered while using registry.k8s.io 3 labels: ["sig/k8s-infra", "kind/support", "needs/triage"] 4 body: 5 - type: checkboxes 6 attributes: 7 label: Is there an existing issue for this? 8 description: Please search to see if an issue already exists for the bug you encountered. 9 options: 10 - label: I have searched the existing issues 11 required: true 12 - type: textarea 13 id: what-expected 14 attributes: 15 label: What did you expect to happen? 16 validations: 17 required: true 18 - type: textarea 19 validations: 20 required: true 21 attributes: 22 label: Debugging Information 23 description: >- 24 Bugs **MUST** include debugging logs from general steps in https://github.com/kubernetes/registry.k8s.io/blob/main/docs/debugging.md. 25 - type: textarea 26 attributes: 27 label: Anything else? 28 description: | 29 Links? References? Anything that will provide more context about the issue you are encountering! 30 31 Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. 32 validations: 33 required: false 34 - type: checkboxes 35 id: terms 36 attributes: 37 label: Code of Conduct 38 description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubernetes/community/blob/master/code-of-conduct.md) 39 options: 40 - label: I agree to follow this project's Code of Conduct 41 required: true