You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2019/12/03 05:44:57 UTC

[incubator-dolphinscheduler-website] branch asf-site updated: Automated deployment: Tue Dec 3 05:44:50 UTC 2019 f6dba462fc08a0fe7f20ac5b6640786853718630

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9443803  Automated deployment: Tue Dec  3 05:44:50 UTC 2019 f6dba462fc08a0fe7f20ac5b6640786853718630
9443803 is described below

commit 9443803b5c65542f738a5309d2cfffed80822edf
Author: dailidong <da...@users.noreply.github.com>
AuthorDate: Tue Dec 3 05:44:50 2019 +0000

    Automated deployment: Tue Dec  3 05:44:50 UTC 2019 f6dba462fc08a0fe7f20ac5b6640786853718630
---
 build/documentation.js                 |  2 +-
 zh-cn/docs/development/contribute.html |  2 +-
 zh-cn/docs/development/contribute.json |  2 +-
 zh-cn/docs/development/submit-bug.html | 27 ---------------------------
 zh-cn/docs/development/submit-bug.json |  6 ------
 5 files changed, 3 insertions(+), 36 deletions(-)

diff --git a/build/documentation.js b/build/documentation.js
index 16ceb64..58044bf 100644
--- a/build/documentation.js
+++ b/build/documentation.js
@@ -32,4 +32,4 @@ Object.defineProperty(t,"__esModule",{value:!0});var i="function"==typeof Symbol
  * Copyright © 2012-2019 Faisal Salman <f...@faisalman.com>
  * Licensed under MIT License
  */
-return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:void 0},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},h={rgx:function(e,t){for(var n,r,o,i,a,c,s=0;s<t.length&&!a;){var l=t[s],u=t[s+1];for(n=r=0;n<l.length&&!a;)if(a=l[n++].exec(e))for(o=0;o<u.length;o++)c=a[++r],i=u[o],"object"==typeof i&&i.length>0?2==i.length?"function"==typeof i[1]?this[i[0]]=i[1].call(this,c):this[i[0]]=i[1]:3==i.length?"function"!=typeof i[1]||i[1].exec&&i[1].test?this[i [...]
\ No newline at end of file
+return"string"==typeof e?e.replace(/[^\d\.]/g,"").split(".")[0]:void 0},trim:function(e){return e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},h={rgx:function(e,t){for(var n,r,o,i,a,c,s=0;s<t.length&&!a;){var l=t[s],u=t[s+1];for(n=r=0;n<l.length&&!a;)if(a=l[n++].exec(e))for(o=0;o<u.length;o++)c=a[++r],i=u[o],"object"==typeof i&&i.length>0?2==i.length?"function"==typeof i[1]?this[i[0]]=i[1].call(this,c):this[i[0]]=i[1]:3==i.length?"function"!=typeof i[1]||i[1].exec&&i[1].test?this[i [...]
\ No newline at end of file
diff --git a/zh-cn/docs/development/contribute.html b/zh-cn/docs/development/contribute.html
index c4b764a..57376ec 100644
--- a/zh-cn/docs/development/contribute.html
+++ b/zh-cn/docs/development/contribute.html
@@ -96,7 +96,7 @@ Priority分为四级: Critical、Major、Minor、Trivial
 <li>如果想要开发实现某个Feature功能,请先回复该功能所关联的Issue,表明您当前正在这个Issue上工作。 并在回复的时候为自己设置一个deadline,并添加的回复内容中。</li>
 <li>最好在核心贡献者找到一个导师(指导者),导师会在设计与功能实现上给予即时的反馈。</li>
 <li>您应该新建一个分支来开始您的工作,分支的名字为Feature功能名称/issueId。 比如,您想完成依赖功能并提交了Issue 111,那么您的branch名字应为 dependency/111。 功能名称可与导师讨论后确定。</li>
-<li>完成后,发送一个pull request到incubator-dolphinscheduler,提交过程具体请参考下面《提交代码》。</li>
+<li>完成后,发送一个pull request到incubator-dolphinscheduler,提交过程具体请参考下面《<a href="submit-code.md">提交代码流程</a>》。</li>
 </ul>
 <p>如果是想提交Pull Request完成某一个Feature或者修复某个Bug,这里都建议大家从小处做起,完成一个小功能就提交一次,每次别改动太多文件(最好6个以下),改动文件太多也会给Reviewer造成很大的心里压力,建议通过多次pr的方式完成。</p>
 </div></section><footer class="footer-container"><div class="footer-body"><img src="/img/ds_gray.svg"/><div class="cols-container"><div class="col col-12"><h3>Disclaimer</h3><p>Apache DolphinScheduler (incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by Incubator. 
diff --git a/zh-cn/docs/development/contribute.json b/zh-cn/docs/development/contribute.json
index 6e10b36..c5a9aee 100644
--- a/zh-cn/docs/development/contribute.json
+++ b/zh-cn/docs/development/contribute.json
@@ -1,6 +1,6 @@
 {
   "filename": "contribute.md",
-  "__html": "<h2>贡献</h2>\n<p>您可以提交一个bug,一个Feature建议或者直接提交改进。</p>\n<h3>1. 如何提交Bug</h3>\n<p>当您发现一个Bug时,请提交Bug,提交前:</p>\n<ul>\n<li>请先在issue列表里查找一下是否该bug已经提交,如果已经有此bug,请在此bug下接着回复。</li>\n<li>如果该Bug是可以复现的。请尽量提供完整的重现步骤。</li>\n</ul>\n<p>请在issues页面中提交Bug。</p>\n<p>一个高质量的Bug通常有以下特征:</p>\n<ul>\n<li>使用一个清晰并有描述性的标题来定义Bug。</li>\n<li>详细的描述复现Bug的步骤。包括您的配置情况,预计产生的结果,实际产生的结果。并附加详细的TRACE日志。</li>\n<li>如果程序抛出异常,请附加完整的堆栈日志。</li>\n<li>如有可能,请附上屏幕截图或动态的GIF图,这些图片能帮助演示整个问题的产生过程。</li>\n<li>哪个版本。</li>\n<li>需要修复的优�
 �级( [...]
+  "__html": "<h2>贡献</h2>\n<p>您可以提交一个bug,一个Feature建议或者直接提交改进。</p>\n<h3>1. 如何提交Bug</h3>\n<p>当您发现一个Bug时,请提交Bug,提交前:</p>\n<ul>\n<li>请先在issue列表里查找一下是否该bug已经提交,如果已经有此bug,请在此bug下接着回复。</li>\n<li>如果该Bug是可以复现的。请尽量提供完整的重现步骤。</li>\n</ul>\n<p>请在issues页面中提交Bug。</p>\n<p>一个高质量的Bug通常有以下特征:</p>\n<ul>\n<li>使用一个清晰并有描述性的标题来定义Bug。</li>\n<li>详细的描述复现Bug的步骤。包括您的配置情况,预计产生的结果,实际产生的结果。并附加详细的TRACE日志。</li>\n<li>如果程序抛出异常,请附加完整的堆栈日志。</li>\n<li>如有可能,请附上屏幕截图或动态的GIF图,这些图片能帮助演示整个问题的产生过程。</li>\n<li>哪个版本。</li>\n<li>需要修复的优�
 �级( [...]
   "link": "/zh-cn/docs/development/contribute.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/zh-cn/docs/development/submit-bug.html b/zh-cn/docs/development/submit-bug.html
deleted file mode 100644
index a01b98e..0000000
--- a/zh-cn/docs/development/submit-bug.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-	<meta charset="UTF-8">
-	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
-	<meta name="keywords" content="submit-bug" />
-	<meta name="description" content="submit-bug" />
-	<!-- 网页标签标题 -->
-	<title>submit-bug</title>
-	<link rel="shortcut icon" href="/img/docsite.ico"/>
-	<link rel="stylesheet" href="/build/documentation.css" />
-</head>
-<body>
-	<div id="root"><div class="documentation-page" data-reactroot=""><header class="header-container header-container-normal"><div class="header-body"><a href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_colorful.svg"/></a><div class="search search-normal"><span class="icon-search"></span></div><span class="language-switch language-switch-normal">En</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_gray.png"/><div><ul class="ant-menu blackClass an [...]
-Incubation is required of all newly accepted projects until a further review indicates 
-that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. 
-While incubation status is not necessarily a reflection of the completeness or stability of the code, 
-it does indicate that the project has yet to be fully endorsed by the ASF.</p></div><div class="col col-6"><dl><dt>文档</dt><dd><a href="/zh-cn/docs/developer_guide/architecture-design.html" target="_self">概览</a></dd><dd><a href="/zh-cn/docs/user_doc/quick-start.html" target="_self">快速开始</a></dd><dd><a href="/zh-cn/docs/development/developers.html" target="_self">开发者指南</a></dd></dl></div><div class="col col-6"><dl><dt>ASF</dt><dd><a href="http://www.apache.org" target="_self">基金会</a></dd>< [...]
-	<script src="https://f.alicdn.com/react/15.4.1/react-with-addons.min.js"></script>
-	<script src="https://f.alicdn.com/react/15.4.1/react-dom.min.js"></script>
-	<script>
-		window.rootPath = '';
-  </script>
-	<script src="/build/documentation.js"></script>
-</body>
-</html>
\ No newline at end of file
diff --git a/zh-cn/docs/development/submit-bug.json b/zh-cn/docs/development/submit-bug.json
deleted file mode 100644
index f303569..0000000
--- a/zh-cn/docs/development/submit-bug.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
-  "filename": "submit-bug.md",
-  "__html": "",
-  "link": "/zh-cn/docs/development/submit-bug.html",
-  "meta": {}
-}
\ No newline at end of file