Skip to content

Commit e3b5212

Browse files
committed
Fix issue templates
Validation appears to have increased slightly, and some deprecated fields were switch up. This made it impossible to file issues in KubeBuilder, which is... suboptimal. This fixes that, so we can once again open the receive bugs :-)
1 parent 80e0f3e commit e3b5212

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug Report
2-
about: Problems and issues with code or docs
2+
description: Problems and issues with code or docs
33
labels:
44
- kind/bug
55
body:
@@ -126,7 +126,7 @@ body:
126126
127127
- type: dropdown
128128
attributes:
129-
label: " "
129+
label: "Extra Labels"
130130
description: |
131131
If this is *also* a documentation request, etc, please select that below.
132132
multiple: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# allow free form issues as an escape hatch. This can be taken away if people abuse it ;-)
2-
blank_issues_enabled: true
2+
blank_issues_enabled: true
33

44
# link to CR and CT for easier access
55
contact_links:

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ body:
8181

8282
- type: dropdown
8383
attributes:
84-
label: " "
84+
label: "Extra Labels"
8585
description: |
8686
If this is *also* a documentation request, etc, please select that below.
8787
multiple: true

0 commit comments

Comments
 (0)