From ce13e6a5df6ef7639a1bebd35761413794851d49 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Fri, 1 May 2020 18:31:16 +0800 Subject: [PATCH] doc: update CONTRIBUTING.md. --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2a092b4c..8c29d5a7c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ > 欢迎你参与 Halo 的开发,下面是参与代码贡献的指南,以供参考。 -### 开发步骤 +### 代码贡献步骤 + +#### 0. 提交 issue + +任何新功能或者功能改进建议都先提交 issue 讨论一下再进行开发,bug 修复可以直接提交 pull request。 #### 1. Fork 此仓库 @@ -46,4 +50,4 @@ git push ### 开发规范 -请参考 [https://halo.run/archives/code-style](https://halo.run/archives/code-style),请确保所有代码格式化之后再提交。 \ No newline at end of file +请参考 [https://halo.run/archives/code-style](https://halo.run/archives/code-style),请确保所有代码格式化之后再提交。