Selaa lähdekoodia

chore: README.md

feige996 11 kuukautta sitten
vanhempi
commit
fce03b801b
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -80,6 +80,20 @@
 - weixin平台:`pnpm build:mp-weixin`, 打包后的文件在 `dist/build/mp-weixin`,然后通过微信开发者工具导入,并点击右上角的“上传”按钮进行上传。
 - APP平台:`pnpm build:app`, 然后打开 `HBuilderX`,导入刚刚生成的`dist/build/app` 文件夹,选择发行 - APP云打包。
 
+## 🤔 如何贡献
+
+非常欢迎您的加入!提一个 [Issue](https://github.com/feige996/unibest/issues) 或者提交一个 [Pull Request](https://github.com/feige996/unibest/pulls)
+
+**Pull Request:**
+
+- 1. `Fork` 代码到自己的项目下,不要直接在仓库下建分支
+- 2. 请选择 `base` 分支,进行 `PR`
+- 3. 提交 `PR` 前请 `rebase`,确保 `commit` 记录的整洁
+- 4. 注意 `commit` 信息规范,要以 `type: 描述信息` 的形式填写,注意 `type` 得是下面规范之中的一个
+- 5. 示例 `commit 信息`:`fix: 修复样式问题`
+- 6. 可以使用项目中的 `pnpm cz` 进行 `commit` 提交
+- 7. 等待作者 `review` 通过后,即可合并
+
 ## 📄 License
 
 [MIT](https://opensource.org/license/mit/)