This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch program in repository https://gitbox.apache.org/repos/asf/kyuubi.git
commit 14f144747c82f3a49f196e302202da0fa576a22e Author: Kent Yao <[email protected]> AuthorDate: Mon Oct 23 14:57:26 2023 +0800 Add Kyuubi Code Program to Doc --- docs/contributing/code/get_started.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/contributing/code/get_started.rst b/docs/contributing/code/get_started.rst index 33981a8cd..0dcd90304 100644 --- a/docs/contributing/code/get_started.rst +++ b/docs/contributing/code/get_started.rst @@ -60,6 +60,31 @@ Since these problems are not urgent, you can take your time when fixing them. :class: dropdown, toggle +Code Contribution Programs +-------------------------- + +Kyuubi Code Program is a **semi-annual** and **annual** coding program. It's +a 2-month program and the first round will start in October, 2023. + +The program is open to all contributors and newbie-friendly as it will provide +a mentor to help you get through the sub-tasks. + +You will be rewarded with a Kyuubi SWAG, such as a Kyuubi Contributor T-shirt, +after you complete the program. + +.. image:: https://img.shields.io/badge/Kyuubi%20Code%20Program-2024H1-blue?style=for-the-badge + +- Status: Planning +- Duration: 2024.02.01 - 2024.04.01 +- Sponsors: (keeping seats vacant in anticipation) + +.. image:: https://img.shields.io/badge/Kyuubi%20Code%20Program-2023-blue?style=for-the-badge + :target: https://github.com/apache/kyuubi/issues/5357 + +- Status: In Progress +- Duration: 2023.10.01 - 2023.12.01 +- Sponsors: NetEase + .. _Good First Issues: https://github.com/apache/kyuubi/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 .. _develop environment: idea_setup.html .. _Build: build.html
