From a86d2d4e728725caaf07c9c573e20639a071ddbb Mon Sep 17 00:00:00 2001 From: oldme Date: Wed, 9 Oct 2024 09:53:35 +0800 Subject: [PATCH] add helm-chart Signed-off-by: oldme --- .github/ISSUE_TEMPLATE/00-bug.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/00-bug.yml b/.github/ISSUE_TEMPLATE/00-bug.yml index 185128a3e..16d7d46bb 100644 --- a/.github/ISSUE_TEMPLATE/00-bug.yml +++ b/.github/ISSUE_TEMPLATE/00-bug.yml @@ -51,6 +51,16 @@ body: validations: required: true + - type: input + id: helm-chart + attributes: + label: Helm chart + description: | + Could you provide the Helm chart link to help us reproduce the bug? + placeholder: ex. https://github.com/helm/examples + validations: + required: false + - type: textarea id: what-did-you-do attributes: