Skip to content

Commit 248eca3

Browse files
committed
chore: change version
1 parent ec15fb2 commit 248eca3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/CONTRIBUTING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 参与 Ant Design Mobile 建设
22

3+
[//]: # 'TODO: 翻译成英文版'
4+
35
感谢参与 Ant Design Mobile(下文中使用 antd-mobile 指代)的开源建设,目前我们正在进行 v5 版本的开发,这里是一些相关信息的指引。
46

57
## 在开始之前的准备
@@ -42,13 +44,13 @@
4244

4345
如果你希望贡献一些新功能(例如增加一个新组件),那么**请先提交一条 RFC issue**,这样可以让我们的整个沟通过程更加的高效。或许这看起来增加了额外的工作量和时间成本,但是我们相信通过 RFC 中的讨论和确认,可以规避掉很多方向错误导致的问题和浪费。
4446

45-
## 一些开发过程中的注意事项
47+
## 开发指南
4648

4749
- 请务必使用 pnpm 作为包管理器
4850
- 推荐使用英文写 commit message
4951
- 代码中的注释并不是什么要紧的东西,我们更推荐写出自释性更强的代码
5052

51-
## 常见问题
53+
## 其他问题
5254

5355
### 我想参与 v2 版本的建设,该如何做?
5456

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-mobile",
3-
"version": "5.22.0",
3+
"version": "5.23.0",
44
"scripts": {
55
"start": "dumi dev",
66
"build": "gulp",

0 commit comments

Comments
 (0)