diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3be45fd..34edfff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,27 +37,6 @@ body: description: Enter the version of the chart that you encountered this bug. validations: required: true - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Enter exactly what happened. - validations: - required: false - - type: textarea - id: what-expected - attributes: - label: What you expected to happen? - description: Enter what you expected to happen. - validations: - required: false - - type: textarea - id: how-to-reproduce - attributes: - label: How to reproduce it? - description: As minimally and precisely as possible. - validations: - required: false - type: textarea id: changed-values attributes: @@ -66,17 +45,3 @@ body: placeholder: 'key: value' validations: required: false - - type: textarea - id: helm-command - attributes: - label: Enter the command that you execute and failing/misfunctioning. - description: Enter the command as-is as how you executed. - placeholder: helm install my-release prometheus-community/name-of-chart --version version --values values.yaml - validations: - required: true - - type: textarea - id: anything-else - attributes: - label: Anything else we need to know? - validations: - required: false