Skip to content

Commit d038c0d

Browse files
committed
fix: lf
1 parent e0b1deb commit d038c0d

File tree

1 file changed

+92
-92
lines changed

1 file changed

+92
-92
lines changed
Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
1-
name: 🚀 功能增强 Enhancement
2-
description: 增强新的或已有功能特性
3-
labels:
4-
- enhancement
5-
body:
6-
- type: checkboxes
7-
id: duplication
8-
attributes:
9-
label: 请先确认
10-
options:
11-
- label: 我已搜索并确定这个提交不是重复的
12-
required: true
13-
- type: dropdown
14-
id: area
15-
attributes:
16-
label: 相关领域
17-
options:
18-
- 新的领域
19-
- H5 API
20-
- Babel
21-
- CLI
22-
- H5 组件库
23-
- 高阶组件
24-
- H5 路由
25-
- Webpack loader
26-
- Webpack runner
27-
- 插件化机制
28-
- 依赖预编译
29-
- 运行时
30-
- Taro 化
31-
- TypeScript 类型
32-
- type: dropdown
33-
id: framework
34-
attributes:
35-
label: 相关框架
36-
options:
37-
- 新的框架
38-
- React
39-
- Preact
40-
- Solid
41-
- Vue3
42-
- Vue2
43-
- type: checkboxes
44-
id: platform
45-
attributes:
46-
label: 相关平台
47-
options:
48-
- label: 新的平台
49-
- label: 所有平台
50-
- label: Web 端(H5)
51-
- label: 移动端(React-Native)
52-
- label: 鸿蒙(Harmony)
53-
- label: 鸿蒙容器(Harmony Hybrid)
54-
- label: ASCF 元服务
55-
- label: 快应用(QuickApp)
56-
- label: 所有小程序
57-
- label: 微信小程序
58-
- label: 企业微信小程序
59-
- label: 京东小程序
60-
- label: 百度小程序
61-
- label: 支付宝小程序
62-
- label: 支付宝 IOT 小程序
63-
- label: 头条小程序
64-
- label: QQ 小程序
65-
- label: 钉钉小程序
66-
- label: 飞书小程序
67-
- label: 快手小程序
68-
- type: textarea
69-
id: feature
70-
attributes:
71-
label: 功能描述
72-
description: 这个功能增强了什么特性?解决了什么问题?
73-
validations:
74-
required: true
75-
- type: textarea
76-
id: design
77-
attributes:
78-
label: 功能设计
79-
description: 这个功能该如何使用?(API / CLI / UI ...)
80-
validations:
81-
required: true
82-
- type: textarea
83-
id: details
84-
attributes:
85-
label: 实现细节
86-
description: 这个功能该如何实现?(具体的实现思路)
87-
- type: checkboxes
88-
id: contribute
89-
attributes:
90-
label: 开源贡献
91-
options:
92-
- label: 我愿意实现这个功能。请参考 [(贡献指南)](https://github.com/NervJS/taro/blob/main/CONTRIBUTING.md)
1+
name: 🚀 功能增强 Enhancement
2+
description: 增强新的或已有功能特性
3+
labels:
4+
- enhancement
5+
body:
6+
- type: checkboxes
7+
id: duplication
8+
attributes:
9+
label: 请先确认
10+
options:
11+
- label: 我已搜索并确定这个提交不是重复的
12+
required: true
13+
- type: dropdown
14+
id: area
15+
attributes:
16+
label: 相关领域
17+
options:
18+
- 新的领域
19+
- H5 API
20+
- Babel
21+
- CLI
22+
- H5 组件库
23+
- 高阶组件
24+
- H5 路由
25+
- Webpack loader
26+
- Webpack runner
27+
- 插件化机制
28+
- 依赖预编译
29+
- 运行时
30+
- Taro 化
31+
- TypeScript 类型
32+
- type: dropdown
33+
id: framework
34+
attributes:
35+
label: 相关框架
36+
options:
37+
- 新的框架
38+
- React
39+
- Preact
40+
- Solid
41+
- Vue3
42+
- Vue2
43+
- type: checkboxes
44+
id: platform
45+
attributes:
46+
label: 相关平台
47+
options:
48+
- label: 新的平台
49+
- label: 所有平台
50+
- label: Web 端(H5)
51+
- label: 移动端(React-Native)
52+
- label: 鸿蒙(Harmony)
53+
- label: 鸿蒙容器(Harmony Hybrid)
54+
- label: ASCF 元服务
55+
- label: 快应用(QuickApp)
56+
- label: 所有小程序
57+
- label: 微信小程序
58+
- label: 企业微信小程序
59+
- label: 京东小程序
60+
- label: 百度小程序
61+
- label: 支付宝小程序
62+
- label: 支付宝 IOT 小程序
63+
- label: 头条小程序
64+
- label: QQ 小程序
65+
- label: 钉钉小程序
66+
- label: 飞书小程序
67+
- label: 快手小程序
68+
- type: textarea
69+
id: feature
70+
attributes:
71+
label: 功能描述
72+
description: 这个功能增强了什么特性?解决了什么问题?
73+
validations:
74+
required: true
75+
- type: textarea
76+
id: design
77+
attributes:
78+
label: 功能设计
79+
description: 这个功能该如何使用?(API / CLI / UI ...)
80+
validations:
81+
required: true
82+
- type: textarea
83+
id: details
84+
attributes:
85+
label: 实现细节
86+
description: 这个功能该如何实现?(具体的实现思路)
87+
- type: checkboxes
88+
id: contribute
89+
attributes:
90+
label: 开源贡献
91+
options:
92+
- label: 我愿意实现这个功能。请参考 [(贡献指南)](https://github.com/NervJS/taro/blob/main/CONTRIBUTING.md)

0 commit comments

Comments
 (0)