From ebce578df25c01116ccddebb2dad7cdf5794b677 Mon Sep 17 00:00:00 2001 From: Bhargavkonidena Date: Mon, 26 May 2025 12:21:40 +0530 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory Signed-off-by: Bhargavkonidena --- .github/ISSUE_TEMPLATE/bug-report.yaml | 80 ----------------------- .github/ISSUE_TEMPLATE/documentation.yaml | 19 ------ .github/ISSUE_TEMPLATE/feature.yaml | 20 ------ 3 files changed, 119 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yaml delete mode 100644 .github/ISSUE_TEMPLATE/documentation.yaml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yaml diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml deleted file mode 100644 index 99c18fc16..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ /dev/null @@ -1,80 +0,0 @@ -name: Bug Report -description: Report a bug encountered while operating helm -labels: kind/bug -body: - - type: textarea - id: problem - attributes: - label: What happened? - description: | - Please provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. - validations: - required: true - - - type: textarea - id: expected - attributes: - label: What did you expect to happen? - validations: - required: true - - - type: textarea - id: repro - attributes: - label: How can we reproduce it (as minimally and precisely as possible)? - validations: - required: true - - - type: textarea - id: additional - attributes: - label: Anything else we need to know? - - - type: textarea - id: kubeVersion - attributes: - label: Kubernetes version - value: | -
- - ```console - $ kubectl version - # paste output here - ``` - -
- validations: - required: true - - - type: textarea - id: cloudProvider - attributes: - label: Cloud provider - value: | -
- -
- validations: - required: true - - - type: textarea - id: osVersion - attributes: - label: OS version - value: | -
- - ```console - # On Linux: - $ cat /etc/os-release - # paste output here - $ uname -a - # paste output here - - # On Windows: - C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture - # paste output here - ``` - -
- diff --git a/.github/ISSUE_TEMPLATE/documentation.yaml b/.github/ISSUE_TEMPLATE/documentation.yaml deleted file mode 100644 index 32ddd8cac..000000000 --- a/.github/ISSUE_TEMPLATE/documentation.yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: Documentation -description: Report any mistakes or missing information from the documentation or the examples -labels: kind/documentation -body: - - type: textarea - id: feature - attributes: - label: What would you like to be added? - description: | - Link to the issue (please include a link to the specific documentation or example). - validations: - required: true - - - type: textarea - id: rationale - attributes: - label: Why is this needed? - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yaml b/.github/ISSUE_TEMPLATE/feature.yaml deleted file mode 100644 index a4dfef621..000000000 --- a/.github/ISSUE_TEMPLATE/feature.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Enhancement Tracking Issue -description: Provide supporting details for a feature in development -labels: kind/feature -body: - - type: textarea - id: feature - attributes: - label: What would you like to be added? - description: | - Feature requests are unlikely to make progress as issues. - A proposal that works through the design along with the implications of the change can be opened as a KEP. - validations: - required: true - - - type: textarea - id: rationale - attributes: - label: Why is this needed? - validations: - required: true