File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
template/.github/ISSUE_TEMPLATE Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# This is uncommented as I had issues with everything being deleted when this was just present as an empty key.
4
4
# May be something to investigate.
5
5
retired_files :
6
+ - .github/ISSUE_TEMPLATE/bug_report.yml
6
7
- .readme/static/sdp_overview.png
7
8
- bors.toml
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ body:
12
12
label: Affected Stackable version
13
13
description: Which version of the Stackable Operator do you see this bug in?
14
14
15
- # {[% if operator.has_product | default(true) %}]
16
-
15
+ # {[%- if operator.has_product | default(true) +%}]
17
16
- type: input
18
17
attributes:
19
18
label: Affected {[ operator.pretty_string }] version
20
19
description: Which version of {[ operator.pretty_string }] do you see this bug in?
21
- # {[% endif %}]
20
+ # {[%- endif + %}]
22
21
23
22
- type: textarea
24
23
attributes:
41
40
attributes:
42
41
label: Environment
43
42
description: |
44
- What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment?
43
+ What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment?
45
44
placeholder: |
46
45
Examples:
47
46
Output of `kubectl version --short`
You can’t perform that action at this time.
0 commit comments