Skip to content

Commit 7f58707

Browse files
authored
Merge pull request #1815 from kube-rs/optional-text-area-in-bugs
Add an optional text area for yaml for the GH bug request template
2 parents f99c0bf + ea9c2a7 commit 7f58707

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@ body:
4646
k8s-openapi = { version = "0.13.0", features = ["v1_21"], default-features = false }
4747
```
4848
49+
- type: textarea
50+
attributes:
51+
label: YAML
52+
description: |
53+
Do you have resource YAML that would be relevant?
54+
validations:
55+
required: false
56+
4957
- type: dropdown
5058
attributes:
5159
label: Affected crates

0 commit comments

Comments
 (0)