mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-06 21:34:08 +08:00
docs: 添加贡献说明
This commit is contained in:
parent
1113a7717e
commit
076ce9f351
@ -1,3 +1,5 @@
|
||||
[官网 | Site](https://ziuchen.gitee.io/project/ClipboardManager/)
|
||||
|
||||
[贡献 | Contribute](./docs/CONTRIBUTE.md)
|
||||
|
||||

|
23
docs/CONTRIBUTE.md
Normal file
23
docs/CONTRIBUTE.md
Normal 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)提交代码**
|
Loading…
x
Reference in New Issue
Block a user