Skip to content
Merged
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 template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
label: Affected Stackable version
description: Which version of the Stackable Operator do you see this bug in?

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

Check warning on line 15 in template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2

View workflow job for this annotation

GitHub Actions / pre-commit

15:1 [comments-indentation] comment not indented like content

- type: input
attributes:
label: Affected {[ operator.pretty_string }] version
description: Which version of {[ operator.pretty_string }] do you see this bug in?
# {[% endif %}]

Check warning on line 21 in template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2

View workflow job for this annotation

GitHub Actions / pre-commit

21:1 [comments-indentation] comment not indented like content

- type: textarea
attributes:
Expand Down