From 69600dad0965afe2f23d4b813dcd159d7acbbcd4 Mon Sep 17 00:00:00 2001 From: Rubu Jam Date: Fri, 24 May 2024 17:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20update=20issue=20templa?= =?UTF-8?q?te=20(#2642)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔨 chore: update issue template * 🔨 chore: update issue template --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 43 ++++++++++------------ .github/ISSUE_TEMPLATE/1_bug_report_cn.yml | 43 ++++++++++------------ 2 files changed, 40 insertions(+), 46 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index e21c2b976c85..fd64012cb8a6 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -3,16 +3,15 @@ description: 'Report an bug' title: '[Bug] ' labels: ['🐛 Bug'] body: - - type: dropdown + - type: checkboxes attributes: label: '📦 Environment' options: - - Unselected - - Official - - Official Preview - - Vercel / Zeabur / Sealos - - Docker - - Other + - label: 'Official' + - label: 'Official Preview' + - label: 'Vercel / Zeabur / Sealos' + - label: 'Docker' + - label: 'Other' validations: required: true - type: input @@ -21,30 +20,28 @@ body: validations: required: true - - type: dropdown + - type: checkboxes attributes: label: '💻 Operating System' options: - - Unselected - - Windows - - macOS - - Ubuntu - - Other Linux - - iOS - - Android - - Other + - label: 'Windows' + - label: 'macOS' + - label: 'Ubuntu' + - label: 'Other Linux' + - label: 'iOS' + - label: 'Android' + - label: 'Other' validations: required: true - - type: dropdown + - type: checkboxes attributes: label: '🌐 Browser' options: - - Unselected - - Chrome - - Edge - - Safari - - Firefox - - Other + - label: 'Chrome' + - label: 'Edge' + - label: 'Safari' + - label: 'Firefox' + - label: 'Other' validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml b/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml index 2660ce172743..9c6f4ee99ac5 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml @@ -3,16 +3,15 @@ description: '反馈一个问题缺陷' title: '[Bug] ' labels: ['🐛 Bug'] body: - - type: dropdown + - type: checkboxes attributes: label: '📦 部署环境' options: - - 待选择 - - Official - - Official Preview - - Vercel / Zeabur / Sealos - - Docker - - Other + - label: 'Official' + - label: 'Official Preview' + - label: 'Vercel / Zeabur / Sealos' + - label: 'Docker' + - label: 'Other' validations: required: true - type: input @@ -21,30 +20,28 @@ body: validations: required: true - - type: dropdown + - type: checkboxes attributes: label: '💻 系统环境' options: - - 待选择 - - Windows - - macOS - - Ubuntu - - Other Linux - - iOS - - Android - - Other + - label: 'Windows' + - label: 'macOS' + - label: 'Ubuntu' + - label: 'Other Linux' + - label: 'iOS' + - label: 'Android' + - label: 'Other' validations: required: true - - type: dropdown + - type: checkboxes attributes: label: '🌐 浏览器' options: - - 待选择 - - Chrome - - Edge - - Safari - - Firefox - - Other + - label: 'Chrome' + - label: 'Edge' + - label: 'Safari' + - label: 'Firefox' + - label: 'Other' validations: required: true - type: textarea