From 3fe738604359526ffa831ab3cd910487a50848c9 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 12 Apr 2025 21:23:51 -0400 Subject: [PATCH] Update default.md --- .github/ISSUE_TEMPLATE/default.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/default.md b/.github/ISSUE_TEMPLATE/default.md index fae9ff9..9edc2b2 100644 --- a/.github/ISSUE_TEMPLATE/default.md +++ b/.github/ISSUE_TEMPLATE/default.md @@ -1,11 +1,15 @@ ---- -name: Default -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - -* [ ] I agree +name: Default template +about: The default template for all issues +body: + - type: markdown + attributes: + value: | + Hi + - type: checkboxes + id: agreement + attributes: + label: Label + description: abc + options: + - label: Orange cat + required: true