# 🔍 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>
70 lines
3.5 KiB
Markdown
70 lines
3.5 KiB
Markdown
<!--
|
||
- 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 to Apache Kyuubi
|
||
|
||
Thanks for your interest in the Apache Kyuubi project.
|
||
Contributions are welcome and are greatly appreciated!
|
||
Every little effort helps, and a credit will always be given.
|
||
|
||
This page provides some orientation and resources we have for you to get involved.
|
||
It also offers recommendations on getting the best results when engaging with the community.
|
||
We hope that this will be a pleasant first experience for you to return to continue contributing.
|
||
|
||
## Get Involved
|
||
|
||
In the process of using Apache Kyuubi, if you have any questions, suggestions, or improvement ideas, you can participate in the Kyuubi community building through the following suggested channels.
|
||
|
||
- Join the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html) - the best way to keep up-to-date with the community.
|
||
- [Issue Tracker](https://kyuubi.apache.org/issue_tracking.html) - tracking bugs, ideas, plans, etc.
|
||
- [GitHub Discussions](https://github.com/apache/kyuubi/discussions) - second to mailing list for anything else you want to share or ask
|
||
- [Slack](https://join.slack.com/t/apachekyuubi/shared_invite/zt-1e1qw68g4-yE5HJsVVDin~ABtZISyuxg) - chat with our community User && Developer anytime!
|
||
|
||
## Contributing Guide
|
||
|
||
As a community-driven project. All bits of help are welcome.
|
||
|
||
Contributing code is excellent, but that’s probably not the first place to start.
|
||
There are many ways to make valuable contributions to the project and community.
|
||
|
||
You can make various types of contributions to Kyuubi, including the following but not limited to,
|
||
|
||
- Answer questions in the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html)
|
||
- [Share your success stories with us](https://github.com/apache/kyuubi/discussions/925)
|
||
- Improve Documentation - [](https://kyuubi.readthedocs.io/en/master/)
|
||
- Test latest releases - [](https://github.com/apache/kyuubi/tags)
|
||
- Improve test coverage - [](https://codecov.io/gh/apache/kyuubi)
|
||
- Report bugs and better help developers to reproduce
|
||
- Review changes
|
||
- [Make a pull request](https://kyuubi.apache.org/pull_request.html)
|
||
- Promote to others
|
||
- Click the star button if you like this project
|
||
|
||
## Easter Eggs for Contributors
|
||
|
||
TBD, please be patient for the surprise.
|
||
|
||
## IDE Setup Guide
|
||
|
||
[IntelliJ IDEA Setup Guide](https://kyuubi.readthedocs.io/en/master/contributing/code/idea_setup.html)
|
||
|
||
## Contributor Avatars
|
||
|
||
<a href="https://github.com/apache/kyuubi/graphs/contributors">
|
||
<img src="https://contrib.rocks/image?repo=apache/kyuubi&max=1024" />
|
||
</a>
|