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