zshshr commented on a change in pull request #243: [doc] add the c++ sytle guide URL: https://github.com/apache/incubator-weex-site/pull/243#discussion_r243207894
########## File path: docs/zh/guide/contribute/development-process.md ########## @@ -0,0 +1,98 @@ +# 开发流程 + +本文档描述了如何对 Weex 源代码进行更改和提交,以下是建议的步骤: + +## 1. 选择或创建一个 JIRA issue单 + +目前 Weex 使用 [JIRA Issue](https://issues.apache.org/jira/projects/WEEX) 来跟踪所有类型的代码更改,而不仅仅是 bug 修复,我们使用 Github Pull Request 来管理代码 review 和合并特定的代码更改。也就是说,JIRA用于描述什么是需要修复或更改的,Pull Request 用于描述这些修复和变更如何实现。 Review comment: 目前issue流程,统一到github吧,这个流畅改一下 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services