ClipboardManager/docs/CONTRIBUTE.md
2022-08-21 17:05:58 +08:00

23 lines
638 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 参与贡献 | 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)提交代码**