From 590d2c10b081c584e4bde24ba54595c771901481 Mon Sep 17 00:00:00 2001 From: njobrien1006 <59174199+njobrien1006@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:49:30 -0600 Subject: [PATCH 1/2] Update bug.yml Require integration version to be filled in. --- .github/ISSUE_TEMPLATE/bug.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7114e9d..e7bc109 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,6 +6,12 @@ body: - type: markdown attributes: value: Before you open a new issue, search through the existing issues to see if others have had the same problem. +- type: textarea + attributes: + label: "Integration Version" + description: "The current version integration you are running (ex: 2024.01.01)" + validations: + required: true - type: textarea attributes: label: "System Health details" @@ -57,4 +63,4 @@ body: ''' render: text validations: - required: true \ No newline at end of file + required: true From 87b79a75ce9b091cc2fd229989c99b819be1d448 Mon Sep 17 00:00:00 2001 From: njobrien1006 <59174199+njobrien1006@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:51:55 -0600 Subject: [PATCH 2/2] Update bug.yml Single Line Input --- .github/ISSUE_TEMPLATE/bug.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index e7bc109..340208f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -6,10 +6,11 @@ body: - type: markdown attributes: value: Before you open a new issue, search through the existing issues to see if others have had the same problem. -- type: textarea +- type: input attributes: label: "Integration Version" - description: "The current version integration you are running (ex: 2024.01.01)" + description: "The current version integration you are running." + placeholder: "2024.01.01" validations: required: true - type: textarea