You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celeborn.apache.org by zh...@apache.org on 2022/11/22 07:26:03 UTC

[incubator-celeborn] branch main updated: [CELEBORN-5] Update contributing guide. (#986)

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

zhouky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git


The following commit(s) were added to refs/heads/main by this push:
     new 20c00fd8 [CELEBORN-5] Update contributing guide. (#986)
20c00fd8 is described below

commit 20c00fd8eb87f7dd1f835701b0126da5e309a266
Author: Ethan Feng <et...@apache.org>
AuthorDate: Tue Nov 22 15:25:59 2022 +0800

    [CELEBORN-5] Update contributing guide. (#986)
---
 CONTRIBUTING.md | 25 +++++++++++++++++--------
 1 file changed, 17 insertions(+), 8 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 594b2c21..dd63eeab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,19 +3,28 @@ Any contributions from the open-source community to improve this project are wel
 
 ## Code Style
 This project uses check-style plugins. Run some checks before you create a new pull request.
+
 ```shell
-dev/check-spark-2.4.sh
-dev/check-spark-3.0.sh
+/dev/reformat
 ```
 
 ## How to Contribute
-For collaboration, feel free to contact us. To report a bug, you can just open an issue on GitHub
+For collaboration, feel free to contact us on [Slack](https://join.slack.com/t/apachecelebor-kw08030/shared_invite/zt-1ju3hd5j8-4Z5keMdzpcVMspe4UJzF4Q).
+To report a bug, you can just open a ticket on [Jira](https://issues.apache.org/jira/projects/CELEBORN/issues)   
 and attach the exceptions and your analysis if any. For other improvements, you can contact us or
-open an issue first and describe what improvement you would like to do. After reaching a consensus,
-you can open a pull request and your pull request will get merged after reviewed.
+open a Jira ticket first and describe what improvement you would like to do. 
+After reaching a consensus, you can open a pull request and your pull request 
+will get merged after reviewed.
 
 ## Improvements on the Schedule
 There are already some further improvements on the schedule and welcome to contact us for collaboration:
-1. Spark AE Support.
-2. Metrics Enhancement.
-3. Multiple-Engine Support.
+1. Flink support.
+2. Multi-tenant.
+3. Support Tez.
+4. Rolling upgrade.
+5. Multi-layered storage.
+6. Enhanced flow control.
+7. HA improvement.
+8. Enhanced K8S support.
+9. Support spilled data.
+10. Locality awareness.