From 837281168db041f2911101c2b1413cd69a951d52 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:40:42 -0400 Subject: [PATCH] Update default.yml --- .github/ISSUE_TEMPLATE/default.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/default.yml b/.github/ISSUE_TEMPLATE/default.yml index b227a31..ceec3a0 100644 --- a/.github/ISSUE_TEMPLATE/default.yml +++ b/.github/ISSUE_TEMPLATE/default.yml @@ -11,17 +11,13 @@ body: Test abc - type: checkboxes attributes: - label: "Please confirm" + label: "Please confirm:" options: - - label: I have read and agree to the rules + - label: "I have read and agree to the rules" required: true - type: input attributes: - label: Describe the issue briefly - description: "Give a short (max one paragraph in length) summary" + label: "Describe the issue briefly in a few sentences:" + description: "After creating the issue, you can add more details in a separate comment" validations: required: true - - type: markdown - attributes: - value: | - Create the issue and you can add additional details in a separate comment.