From 3233c6a18b0da2a24f71e1a7d31686e1ec554948 Mon Sep 17 00:00:00 2001 From: caicancai <2356672992@qq.com> Date: Sun, 5 May 2024 18:41:59 +0800 Subject: [PATCH 1/2] chore: add contributing in README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8329ca3a7..0d930ff64 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,7 @@ Linux, Apple OSX (Intel and M1) ## Getting started See the [DataFusion Comet User Guide](https://datafusion.apache.org/comet/user-guide/) for installation instructions. + +## Contributing +See the [DataFusion Comet Contribution Guide](https://datafusion.apache.org/comet/contributor-guide/development.html) +for information on how to get started contributing to the project. \ No newline at end of file From fab6a9db00346a4dd61cb6295e15601e686933b9 Mon Sep 17 00:00:00 2001 From: Cancai Cai <77189278+caicancai@users.noreply.github.com> Date: Sun, 5 May 2024 23:00:28 +0800 Subject: [PATCH 2/2] doc: add contributing in README.md Co-authored-by: Liang-Chi Hsieh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d930ff64..5cbd32c65 100644 --- a/README.md +++ b/README.md @@ -72,5 +72,5 @@ Linux, Apple OSX (Intel and M1) See the [DataFusion Comet User Guide](https://datafusion.apache.org/comet/user-guide/) for installation instructions. ## Contributing -See the [DataFusion Comet Contribution Guide](https://datafusion.apache.org/comet/contributor-guide/development.html) +See the [DataFusion Comet Contribution Guide](https://datafusion.apache.org/comet/contributor-guide/contributing.html) for information on how to get started contributing to the project. \ No newline at end of file