mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-11-21 01:13:16 +08:00
chore: fix cn issue templates (#5648)
* chore: fix cn issue templates * ci: separate cn from code
This commit is contained in:
parent
da39759039
commit
795f359018
4
.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.zh-CN.yml
vendored
@ -1,6 +1,6 @@
|
||||
name: 🐞 错误报告
|
||||
description: 报告 naive-ui 的问题
|
||||
labels: [未分类]
|
||||
labels: [untriaged]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -37,7 +37,7 @@ body:
|
||||
id: system-info
|
||||
attributes:
|
||||
label: 系统信息
|
||||
description: `npx envinfo --system --npmPackages 'naive-ui,vue' --binaries --browsers` 命令的输出
|
||||
description: "`npx envinfo --system --npmPackages 'naive-ui,vue' --binaries --browsers` 命令的输出"
|
||||
render: Shell
|
||||
placeholder: 系统信息,二进制文件,浏览器
|
||||
validations:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: 🚀 新功能请求
|
||||
description: 提议将新功能添加到 Naive UI
|
||||
labels: [功能请求]
|
||||
labels: [feature request]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user