From 2e27c5957d25142b09295c4f4b232fefb950efd3 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Sun, 18 Sep 2022 19:30:30 -0500 Subject: [PATCH] fix checkboxes on feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6851abb40..e25f72b55 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -4,8 +4,7 @@ labels: ["feature request"] body: - type: markdown attributes: - value: | - "We'd love to hear your idea! Please be sure to [search the current Issues](https://github.com/naturalcrit/homebrewery/issues) for any duplicate requests." + value: "We'd love to hear your idea! Please be sure to [search the current Issues](https://github.com/naturalcrit/homebrewery/issues) for any duplicate requests." - type: textarea id: user-request attributes: @@ -15,6 +14,7 @@ body: required: true - type: checkboxes id: terms - options: - - label: I have searched the Issues tracker for any duplicate requests and found none. - required: true \ No newline at end of file + attributes: + options: + - label: I have searched the Issues tracker for any duplicate requests and found none. + required: true \ No newline at end of file