docs: 添加贡献说明

This commit is contained in:
ZiuChen 2022-08-21 17:05:58 +08:00
parent 1113a7717e
commit 076ce9f351
2 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,5 @@
[官网 | Site](https://ziuchen.gitee.io/project/ClipboardManager/)
[贡献 | Contribute](./docs/CONTRIBUTE.md)
![img1](./docs/img1.png)

23
docs/CONTRIBUTE.md Normal file
View File

@ -0,0 +1,23 @@
# 参与贡献 | Contribute
## 🧱 基本流程
Issue => Project => Develop => Pull Request => Merge
提出Issue确定需求在Project中排入发布的版本号贡献者fork指定版本号的分支完成开发后提交PR
## 🔰 贡献指南
```sh
# 安装依赖
pnpm i
# 开发热更新 (仅视图, preload需要在开发者工具中手动重启插件)
pnpm run serve
# 构建应用
pnpm run build
```
## 📌 注意事项
- **请务必按照流程参与贡献,以统一开发进度**
- **请按照[Commit规范](https://github.com/angular/angular/blob/main/CONTRIBUTING.md#commit)提交代码**