kyuubi/docs/contributing/code/index.rst
Kent Yao d516a5d360 [KYUUBI #6068] Remove community section from user docs
# 🔍 Description
## Issue References 🔗

## Describe Your Solution 🔧

The content of the community section is a bylaw, which is settled on the website.

This PR removes it and moves the release guide into the contributing fold for the moment.

The release guide is also bylaw which is suite better in website repo.

## Types of changes 🔖

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Test Plan 🧪

#### Behavior Without This Pull Request ⚰️

#### Behavior With This Pull Request 🎉

#### Related Unit Tests

---

# Checklist 📝

- [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html)

**Be nice. Be informative.**

Closes #6068 from yaooqinn/community.

Closes #6068

8e18da63f [Kent Yao] Remove community section from user docs

Authored-by: Kent Yao <yao@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
2024-02-21 05:20:42 +00:00

34 lines
1.1 KiB
ReStructuredText

.. Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Contributing Code
=================
These sections explain the process, guidelines, and tools for contributing
code to the Kyuubi project.
.. toctree::
:maxdepth: 2
get_started
style
building
distribution
testing
debugging
developer
idea_setup
release