Merge pull request #307 from BenTheElder/issue-template-debugging
add checkbox for debugging guide to issue template
This commit is contained in:
commit
e7fce7510a
|
|
@ -7,7 +7,14 @@ body:
|
||||||
label: Is there an existing issue for this?
|
label: Is there an existing issue for this?
|
||||||
description: Please search to see if an issue already exists for the bug you encountered.
|
description: Please search to see if an issue already exists for the bug you encountered.
|
||||||
options:
|
options:
|
||||||
- label: I have searched the existing issues
|
- label: I have searched the existing issues.
|
||||||
|
required: true
|
||||||
|
- type: checkboxes
|
||||||
|
attributes:
|
||||||
|
label: Have you checked the debugging guide [docs/debugging.md](https://github.com/kubernetes/registry.k8s.io/blob/main/docs/debugging.md)?
|
||||||
|
description: Please check the steps in our [debugging guide](https://github.com/kubernetes/registry.k8s.io/blob/main/docs/debugging.md) before filing an issue.
|
||||||
|
options:
|
||||||
|
- label: I have followed the debugging guide.
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-expected
|
id: what-expected
|
||||||
|
|
@ -37,5 +44,5 @@ body:
|
||||||
label: Code of Conduct
|
label: Code of Conduct
|
||||||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubernetes/community/blob/master/code-of-conduct.md)
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/kubernetes/community/blob/master/code-of-conduct.md)
|
||||||
options:
|
options:
|
||||||
- label: I agree to follow this project's Code of Conduct
|
- label: I agree to follow this project's Code of Conduct.
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue