|
| 1 | +<!-- |
| 2 | + - Licensed to the Apache Software Foundation (ASF) under one or more |
| 3 | + - contributor license agreements. See the NOTICE file distributed with |
| 4 | + - this work for additional information regarding copyright ownership. |
| 5 | + - The ASF licenses this file to You under the Apache License, Version 2.0 |
| 6 | + - (the "License"); you may not use this file except in compliance with |
| 7 | + - the License. You may obtain a copy of the License at |
| 8 | + - |
| 9 | + - http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | + - |
| 11 | + - Unless required by applicable law or agreed to in writing, software |
| 12 | + - distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + - See the License for the specific language governing permissions and |
| 15 | + - limitations under the License. |
| 16 | + --> |
| 17 | + |
| 18 | +# Contributing to Apache Kyuubi |
| 19 | + |
| 20 | +<img src="https://svn.apache.org/repos/asf/comdev/project-logos/originals/kyuubi-1.svg" alt="Kyuubi logo" width="50%" align="right" /> |
| 21 | + |
| 22 | +Thanks for your interest in the Apache Kyuubi project. |
| 23 | +Contributions are welcome and are greatly appreciated! |
| 24 | +Every little bit helps, and a credit will always be given. |
| 25 | + |
| 26 | +This page provides some orientation and resources we have for you to get involved. |
| 27 | +It also offers recommendations on getting the best results when engaging with the community. |
| 28 | +We hope that this will be a pleasant first experience for you to return to continue contributing. |
| 29 | + |
| 30 | +## Get Involved |
| 31 | + |
| 32 | +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. |
| 33 | + |
| 34 | +- Join the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html) - the best way to keep up-to-date with the community. |
| 35 | +- [Issue Tracker](https://kyuubi.apache.org/issue_tracking.html) - tracking bugs, ideas, plans, etc. |
| 36 | +- [Github Discussions](https://github.com/apache/incubator-kyuubi/discussions) - second to mailing list for anything else you want to share or ask |
| 37 | + |
| 38 | +## Contributing Guide |
| 39 | + |
| 40 | +As a community-driven project. All bits of help are welcome. |
| 41 | + |
| 42 | +Contributing code is excellent, but that’s probably not the first place to start. |
| 43 | +There are many ways to make valuable contributions to the project and community. |
| 44 | + |
| 45 | +You can make various types of contributions to Kyuubi, including the following but not limited to, |
| 46 | + |
| 47 | +- Answer questions in the [Mailing Lists](https://kyuubi.apache.org/mailing_lists.html) |
| 48 | +- [Share your success stories with us](https://github.com/apache/incubator-kyuubi/discussions/925) |
| 49 | +- Improve Documentation - [](https://kyuubi.apache.org/docs/latest/) |
| 50 | +- Test latest releases - [](https://github.com/apache/incubator-kyuubi/tags) |
| 51 | +- Improve test coverage - [](https://codecov.io/gh/apache/incubator-kyuubi) |
| 52 | +- Report bugs and better help developers to reproduce |
| 53 | +- Review changes |
| 54 | +- Make a pull request |
| 55 | +- Promote to others |
| 56 | +- Click the star button if you like this project |
| 57 | + |
| 58 | +Before you start, we recommend that you check the [Contribution Guidelines](https://kyuubi.apache.org/contributing.html) first. |
| 59 | + |
| 60 | +## Easter Eggs for Contributors |
| 61 | + |
| 62 | +TBD, please be patient for the surprise. |
0 commit comments