欢迎你参与 Halo 的开发,下面是参与代码贡献的指南,以供参考。
任何新功能或者功能改进建议都先提交 issue 讨论一下再进行开发,bug 修复可以直接提交 pull request。
点击右上角的 fork
按钮即可。
git clone https://github.com/{YOUR_USERNAME}/halo
git submodule init
git submodule update
git checkout -b {BRANCH_NAME}
git push origin {BRANCH_NAME}
回到自己的仓库页面,选择 New pull request
按钮,创建 Pull request
到原仓库的 master
分支。
然后等待我们 Review 即可,如有 Change Request
,再本地修改之后再次提交即可。
git remote add upstream git@github.com:halo-dev/halo.git
git pull upstream master
git push
请参考 https://halo.run/archives/code-style,请确保所有代码格式化之后再提交。