You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/05/14 08:34:06 UTC

[iotdb] branch rdm updated: ContributeGuide

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

haonan pushed a commit to branch rdm
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rdm by this push:
     new 557585a  ContributeGuide
557585a is described below

commit 557585af1f6937a89dec0b05602d343b1e548cd4
Author: HTHou <hh...@outlook.com>
AuthorDate: Fri May 14 16:33:30 2021 +0800

    ContributeGuide
---
 CONTRIBUTING.md                        | 17 ++++++++++-------
 docs/Development/ContributeGuide.md    | 16 +++++++++-------
 docs/zh/Development/ContributeGuide.md | 12 ++++++------
 3 files changed, 25 insertions(+), 20 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7bb0fd3..efc734b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -144,16 +144,19 @@ Mark `antlr/target/generated-sources/antlr4` and `thrift/target/generated-source
 * Query engine `org.apache.iotdb.db.qp.QueryProcessor`
 
 
-# Frequent Questions when Compiling the Source Code
+# Frequent Questions When Compiling the Source Code
 
 1. I could not download thrift-* tools, like `Could not get content
 org.apache.maven.wagon.TransferFailedException: Transfer failed for https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_linux.exe`
 
-It is due to some network problems (especially in China), you can:
+ It is due to some network problems (especially in China), you can:
 
-* Download the file from the URL manually;
-  * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
-  * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
-* Put the file to thrift/target/tools/
-* Re-run maven command like `mvn compile`
+ * Download the file from the URL manually;
+      * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
+
+      * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
+ 
+ * Put the file to thrift/target/tools/
+
+ * Re-run maven command like `mvn compile`
 
diff --git a/docs/Development/ContributeGuide.md b/docs/Development/ContributeGuide.md
index 7bb0fd3..56f1bf0 100644
--- a/docs/Development/ContributeGuide.md
+++ b/docs/Development/ContributeGuide.md
@@ -144,16 +144,18 @@ Mark `antlr/target/generated-sources/antlr4` and `thrift/target/generated-source
 * Query engine `org.apache.iotdb.db.qp.QueryProcessor`
 
 
-# Frequent Questions when Compiling the Source Code
+# Frequent Questions When Compiling the Source Code
 
 1. I could not download thrift-* tools, like `Could not get content
 org.apache.maven.wagon.TransferFailedException: Transfer failed for https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_linux.exe`
 
-It is due to some network problems (especially in China), you can:
+ It is due to some network problems (especially in China), you can:
 
-* Download the file from the URL manually;
-  * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
-  * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
-* Put the file to thrift/target/tools/
-* Re-run maven command like `mvn compile`
+ * Download the file from the URL manually;
+      * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
 
+      * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
+ 
+ * Put the file to thrift/target/tools/
+
+ * Re-run maven command like `mvn compile`
\ No newline at end of file
diff --git a/docs/zh/Development/ContributeGuide.md b/docs/zh/Development/ContributeGuide.md
index c4997d8..6a703d8 100644
--- a/docs/zh/Development/ContributeGuide.md
+++ b/docs/zh/Development/ContributeGuide.md
@@ -146,12 +146,12 @@ import -> Maven -> Existing Maven Projects
 
 1. 无法下载 thrift-* 等文件, 例如 `Could not get content
 org.apache.maven.wagon.TransferFailedException: Transfer failed for https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_linux.exe`
-
 这一般是网络问题,这时候需要手动下载上述文件:
 
-* 根据以下网址手动下载上述文件;
-  * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
-  * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
-* 将该文件拷贝到thrift/target/tools/目录下
-* 重新执行maven的编译命令
+  * 根据以下网址手动下载上述文件;
+      * https://github.com/jt2594838/mvn-thrift-compiler/blob/master/thrift_0.12.0_0.13.0_mac.exe
+      * https://github.com/jt2594838/mvn-thrift-compiler/raw/master/thrift_0.12.0_0.13.0_mac.exe
+  
+ * 将该文件拷贝到thrift/target/tools/目录下 
+ * 重新执行maven的编译命令