From 26f9af4edb975d1e513ea781f6e07d8aa25bf6a1 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 6 Oct 2022 09:41:23 +0200 Subject: [PATCH 1/2] chore(template::bug): add field for typescript version --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 3089b69e90e..98132d430e4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -37,6 +37,14 @@ body: validations: required: true + - type: input + id: typescript-version + attributes: + label: Typescript version + placeholder: 4.8.x + validations: + required: false + - type: textarea id: description attributes: From e6207ee7d3e1900bc16c05d06b18c9b03d29dd17 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sat, 8 Oct 2022 20:58:18 -0400 Subject: [PATCH 2/2] Update bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 98132d430e4..804597275f7 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,7 +40,7 @@ body: - type: input id: typescript-version attributes: - label: Typescript version + label: Typescript version (if applicable) placeholder: 4.8.x validations: required: false