Skip to content

Commit

Permalink
Fix issue templates
Browse files Browse the repository at this point in the history
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 :-)
  • Loading branch information
DirectXMan12 committed Apr 26, 2021
1 parent 80e0f3e commit e3b5212
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit e3b5212

Please sign in to comment.