|
| 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 | +# See https://gh-community.github.io/issue-template-feedback/structured/ |
| 19 | + |
| 20 | +name: Kyuubi Improvement |
| 21 | +title: "[Improvement] " |
| 22 | +description: Suggest an improvement on performance, code quality, user experience, etc |
| 23 | +labels: [ "improvement" ] |
| 24 | +body: |
| 25 | + - type: markdown |
| 26 | + attributes: |
| 27 | + value: | |
| 28 | + Thank you for contributing to Apache Kyuubi! Your opinions are deeply valued by the community. |
| 29 | +
|
| 30 | + - type: checkboxes |
| 31 | + attributes: |
| 32 | + label: Code of Conduct |
| 33 | + description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it. |
| 34 | + options: |
| 35 | + - label: > |
| 36 | + I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) |
| 37 | + required: true |
| 38 | +
|
| 39 | + - type: checkboxes |
| 40 | + attributes: |
| 41 | + label: Search before asking |
| 42 | + options: |
| 43 | + - label: > |
| 44 | + I have searched in the [issues](https://github.com/apache/incubator-kyuubi/issues?q=is%3Aissue) and found no similar |
| 45 | + issues. |
| 46 | + required: true |
| 47 | +
|
| 48 | + - type: textarea |
| 49 | + attributes: |
| 50 | + label: What would you like to be improved? |
| 51 | + placeholder: > |
| 52 | + Please describe the problem you see and how it is needed to be improved. |
| 53 | + validations: |
| 54 | + required: true |
| 55 | + |
| 56 | + - type: textarea |
| 57 | + attributes: |
| 58 | + label: How should we improve? |
| 59 | + placeholder: > |
| 60 | + Please provide the solution if you have thoughts. |
| 61 | + validations: |
| 62 | + required: false |
| 63 | + |
| 64 | + - type: checkboxes |
| 65 | + attributes: |
| 66 | + label: Are you willing to submit PR? |
| 67 | + description: > |
| 68 | + A pull request is optional, but we are glad to help you in the contribution process |
| 69 | + especially if you already know a good understanding of how to implement the fix. |
| 70 | + Kyuubi is a community-driven project and we love to bring new contributors in. |
| 71 | + options: |
| 72 | + - label: Yes I am willing to submit a PR! |
| 73 | + |
| 74 | + - type: markdown |
| 75 | + attributes: |
| 76 | + value: "Thanks for taking the time to create this improvement issue!" |
0 commit comments