From 463d3c8e97a8bc1e671290b30aa384dfdd11a583 Mon Sep 17 00:00:00 2001 From: RockYang Date: Tue, 9 May 2023 15:35:07 +0800 Subject: [PATCH] Update 1.bug.yml --- .github/ISSUE_TEMPLATE/1.bug.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1.bug.yml b/.github/ISSUE_TEMPLATE/1.bug.yml index be7e2289..7faa4eef 100644 --- a/.github/ISSUE_TEMPLATE/1.bug.yml +++ b/.github/ISSUE_TEMPLATE/1.bug.yml @@ -16,8 +16,8 @@ body: options: - GPT-3.5 - GPT-4 - validations: - required: true + validations: + required: true - type: dropdown attributes: label: 操作系统 @@ -26,8 +26,8 @@ body: - Windows - Linux - MacOS - validations: - required: true + validations: + required: true - type: textarea attributes: label: Bug 描述 📝 @@ -45,8 +45,3 @@ body: ```toml 把你的配置信息粘贴到这里 ``` - - type: textarea - attributes: - label: Expected behavior 🤔 - description: Describe what should happen. -