From d75678fca0fdbc39e280bc1bb028ad065979cb8c Mon Sep 17 00:00:00 2001 From: dabao1955 Date: Fri, 28 Jul 2023 22:27:52 +0800 Subject: [PATCH] Update Custom issue temple (#811) --- .github/ISSUE_TEMPLATE/custom.md | 10 ---------- .github/ISSUE_TEMPLATE/custom.yml | 11 +++++++++++ 2 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/custom.md create mode 100644 .github/ISSUE_TEMPLATE/custom.yml diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 48d5f81f..00000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: '' -labels: '' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/custom.yml b/.github/ISSUE_TEMPLATE/custom.yml new file mode 100644 index 00000000..21b73d9f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.yml @@ -0,0 +1,11 @@ +name: Custom issue template +description: Ask questions about other aspects of the project +title: '[Custom]' +body: + - type: textarea + id: description + attributes: + label: "Describe your problem." + validations: + required: true +