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] 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