Skip to content
Merged
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
about: Problems and issues with code or docs
description: Problems and issues with code or docs
labels:
- kind/bug
body:
Expand Down Expand Up @@ -126,7 +126,7 @@ body:

- type: dropdown
attributes:
label: " "
label: "Extra Labels"
description: |
If this is *also* a documentation request, etc, please select that below.
multiple: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# allow free form issues as an escape hatch. This can be taken away if people abuse it ;-)
blank_issues_enabled: true
blank_issues_enabled: true

# link to CR and CT for easier access
contact_links:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ body:

- type: dropdown
attributes:
label: " "
label: "Extra Labels"
description: |
If this is *also* a documentation request, etc, please select that below.
multiple: true
Expand Down