docs(.gitee): 📝 修改gitee的issues模版

This commit is contained in:
nongyehong 2024-09-24 14:04:48 +08:00
parent b7bd95bb98
commit 097ed761fd
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: 🐞 Bug 报告 name: 🐞 Bug 报告
title: '[bug] ' title: '[bug] '
description: 报告 bug description: 报告 bug
labels: ['type: bug', 'status: needs triage'] labels: ['bug']
body: body:
- type: markdown - type: markdown

View File

@ -1,7 +1,7 @@
name: 💡 功能请求 name: 💡 功能请求
title: '[feat] ' title: '[功能建议] '
description: 提出想法 description: 提出想法
labels: ['type: feature request'] labels: ['enhancement']
body: body:
- type: textarea - type: textarea
@ -9,7 +9,7 @@ body:
attributes: attributes:
label: 描述问题 label: 描述问题
description: 明确描述此功能将解决的问题 description: 明确描述此功能将解决的问题
placeholder: "我总是..." placeholder: "我总是感到困扰..."
validations: validations:
required: true required: true