This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 1224b0d2c [KYUUBI #5500] Add Kyuubi Code Program to Doc
1224b0d2c is described below
commit 1224b0d2c9557db99c5118ad414d0bb8868a9481
Author: Kent Yao <[email protected]>
AuthorDate: Mon Oct 23 17:39:37 2023 +0800
[KYUUBI #5500] Add Kyuubi Code Program to Doc
### _Why are the changes needed?_
Add Kyuubi Code Program to Doc for long-term management and sponsorship.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests)
locally before make a pull request
### _Was this patch authored or co-authored using generative AI tooling?_
no
Closes #5500 from yaooqinn/program.
Closes #5500
14f144747 [Kent Yao] Add Kyuubi Code Program to Doc
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Kent Yao <[email protected]>
---
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