File tree Expand file tree Collapse file tree 4 files changed +85
-34
lines changed Expand file tree Collapse file tree 4 files changed +85
-34
lines changed Original file line number Diff line number Diff line change 1
1
name : 错误报告 🐞
2
- description : >-
3
- 创建一个新的错误报告。对于一般性问题,请在 GitHub Discussion 中发布。
2
+ description : 报告新 Bug。一般性问题请在 GitHub Discussion 中发布。
4
3
title : " [Bug]: "
5
4
labels :
6
- - 待分类
5
+ - triage
7
6
- bug
8
7
body :
9
- - type : input
10
- id : platform
8
+ - type : checkboxes
9
+ id : duplication
11
10
attributes :
12
- label : 相关平台
11
+ label : 请先搜索是否存在类似提交
12
+ options :
13
+ - label : 我确定这个提交不是重复的
13
14
validations :
14
15
required : true
16
+ - type : checkboxes
17
+ id : platform
18
+ attributes :
19
+ label : 相关平台
20
+ options :
21
+ - label : 所有小程序
22
+ - label : 微信小程序
23
+ - label : 支付宝小程序
24
+ - label : 百度小程序
25
+ - label : 字节跳动小程序
26
+ - label : QQ 轻应用
27
+ - label : 京东小程序
28
+ - label : 快应用平台(QuickApp)
29
+ - label : Web 平台(H5)
30
+ - label : 移动端(React-Native)
31
+ - label : 鸿蒙(harmony)
15
32
- type : input
16
33
id : library
17
34
attributes :
50
67
description : 请提供复现问题的步骤。
51
68
placeholder : >-
52
69
1. Go to above link
70
+
53
71
2. Click on '....'
72
+
54
73
3. ...
55
74
- type : textarea
56
75
id : system
60
79
render : bash
61
80
validations :
62
81
required : true
82
+ - type : checkboxes
83
+ id : contribute
84
+ attributes :
85
+ label : 贡献代码
86
+ options :
87
+ - label : 我愿意修复这个错误
Original file line number Diff line number Diff line change 1
1
blank_issues_enabled : false
2
2
contact_links :
3
- - name : 社区支持
4
- url : https://github.com/orgs/community/discussions
5
- about : 其他问题请在 GitHub Discussion 中发布。
3
+ - name : 📖文档问题 Docs issue
4
+ url : https://github.com/NervJS/taro-docs/issues
5
+ about : 文档相关问题请在这里提交
6
+ - name : 📑创建提案 Proposal
7
+ url : https://github.com/NervJS/taro/discussions/categories/rfc
8
+ about : 制定 Taro 下一步的更新计划
9
+ - name : 🙋🏻♂️发起投票 Vote
10
+ url : https://github.com/NervJS/taro/discussions/categories/polls
11
+ about : 投票决定 Taro 的未来
12
+ - name : 🙌🏼社区支持 General Question
13
+ url : https://github.com/NervJS/taro/discussions/categories/q-a
14
+ about : 发布一般性问题
15
+ - name : 🏗生态建设 Ecosystem
16
+ url : https://github.com/NervJS/taro/discussions/categories/%E7%94%9F%E6%80%81
17
+ about : 工具库?组件库?快来丰富 Taro 生态
Original file line number Diff line number Diff line change 1
1
name : 功能请求 🚀
2
- description : >-
3
- 创建一个新的功能请求。对于一般性问题,请在 GitHub Discussion 中发布。
2
+ description : 提出新特性
4
3
title : " [Feat]: "
5
4
labels :
6
- - 待分类
7
- - feature
5
+ - triage
6
+ - feat
8
7
body :
8
+ - type : checkboxes
9
+ id : duplication
10
+ attributes :
11
+ label : 请先搜索是否存在类似提交
12
+ options :
13
+ - label : 我确定这个提交不是重复的
14
+ validations :
15
+ required : true
9
16
- type : textarea
10
17
id : feature
11
18
attributes :
12
19
label : 功能描述
13
- description : 这个功能解决了什么问题 ?
20
+ description : 这个功能增加了什么特性?解决了什么问题 ?
14
21
validations :
15
22
required : true
16
23
- type : textarea
17
- id : details
24
+ id : design
18
25
attributes :
19
- label : 实现细节
20
- description : 你希望如何实现这个功能?
26
+ label : 功能设计
27
+ description : 这个功能如何使用?(API / CLI ...)
21
28
validations :
22
29
required : true
30
+ - type : textarea
31
+ id : details
32
+ attributes :
33
+ label : 实现细节
34
+ description : 这个功能该如何实现?(具体的实现思路)
35
+ - type : checkboxes
36
+ id : contribute
37
+ attributes :
38
+ label : 贡献代码
39
+ options :
40
+ - label : 我愿意实现这个功能
Original file line number Diff line number Diff line change 1
1
<!--
2
- 请务必阅读贡献者指南:
3
- https://github.com/NervJS/taro/blob/master/CONTRIBUTING.md
2
+ 请务必阅读贡献者指南:https://github.com/NervJS/taro/blob/master/CONTRIBUTING.md
3
+ Update "[ ]" to "[x]" to check a box
4
4
-->
5
+ ** 这个 PR 做了什么?** (简要描述所做更改)
5
6
6
- <!-- PULL REQUEST TEMPLATE -->
7
- <!-- (Update "[ ]" to "[x]" to check a box) -->
8
7
9
- ** 这个 PR 做了什么? ** (简要描述所做更改 )
8
+ ** 这个 PR 是什么类型? ** (至少选择一个 )
10
9
10
+ - [ ] 错误修复 (Bugfix) issue: fix #
11
+ - [ ] 新功能 (Feature)
12
+ - [ ] 代码重构 (Refactor)
13
+ - [ ] TypeScript 类型定义修改 (Types)
14
+ - [ ] 文档修改 (Docs)
15
+ - [ ] 代码风格更新 (Code style update)
16
+ - [ ] 构建优化 (Chore)
17
+ - [ ] 其他,请描述 (Other, please describe):
11
18
12
-
13
- ** 这个 PR 是什么类型?** (至少选择一个)
14
-
15
- - [ ] 错误修复(Bugfix) issue: fix #
16
- - [ ] 新功能(Feature)
17
- - [ ] 代码重构(Refactor)
18
- - [ ] TypeScript 类型定义修改(Typings)
19
- - [ ] 文档修改(Docs)
20
- - [ ] 代码风格更新(Code style update)
21
- - [ ] 其他,请描述(Other, please describe):
22
-
23
- ** 这个 PR 涉及以下平台:**
19
+ ** 这个 PR 涉及以下平台:**
24
20
25
21
- [ ] 所有小程序
26
22
- [ ] 微信小程序
You can’t perform that action at this time.
0 commit comments