From 4d632541e8dc45672879d0d2e29a579734b5ae76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 23 Nov 2023 12:45:38 -0500 Subject: [PATCH 1/3] add a question about gitops-template being a fork or not (#1919) --- .github/ISSUE_TEMPLATE/bugs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index ba46fbd0c..f6e0ce9be 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -62,6 +62,15 @@ body: - GitLab validations: required: true + - type: dropdown + id: gitops-template + attributes: + label: Did you use a fork of `gitops-template`? + options: + - No + - Yes + validations: + required: true - type: dropdown id: os attributes: From f083f7bd01c9eeb661dbc9353f5372ba2734dc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 23 Nov 2023 13:58:06 -0500 Subject: [PATCH 2/3] chore: fixing the bug template (#1922) --- .github/ISSUE_TEMPLATE/bugs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index f6e0ce9be..bec057ea3 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -63,7 +63,7 @@ body: validations: required: true - type: dropdown - id: gitops-template + id: gitopstemplate attributes: label: Did you use a fork of `gitops-template`? options: From 70247ba4f3f87f2ea61c8b44e1d7f49deb1eac21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Harper?= Date: Thu, 23 Nov 2023 14:07:02 -0500 Subject: [PATCH 3/3] last try to fix the new combobox on bug report (#1923) --- .github/ISSUE_TEMPLATE/bugs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml index bec057ea3..1c017cc49 100644 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ b/.github/ISSUE_TEMPLATE/bugs.yml @@ -67,8 +67,8 @@ body: attributes: label: Did you use a fork of `gitops-template`? options: - - No - - Yes + - "No" + - "Yes" validations: required: true - type: dropdown