Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/retired_files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
# This is uncommented as I had issues with everything being deleted when this was just present as an empty key.
# May be something to investigate.
retired_files:
- .github/ISSUE_TEMPLATE/bug_report.yml
- .readme/static/sdp_overview.png
- bors.toml
7 changes: 3 additions & 4 deletions template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ body:
label: Affected Stackable version
description: Which version of the Stackable Operator do you see this bug in?

# {[% if operator.has_product | default(true) %}]

# {[%- if operator.has_product | default(true) +%}]
- type: input
attributes:
label: Affected {[ operator.pretty_string }] version
description: Which version of {[ operator.pretty_string }] do you see this bug in?
# {[% endif %}]
# {[%- endif +%}]

- type: textarea
attributes:
Expand All @@ -41,7 +40,7 @@ body:
attributes:
label: Environment
description: |
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment?
What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment?
placeholder: |
Examples:
Output of `kubectl version --short`
Expand Down