Skip to content

Commit a700211

Browse files
link3280turboFei
authored andcommitted
[KYUUBI #1846] Add improvement issue template
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> As disused in #1824. Below is a preview of the new issue template. <img width="1022" alt="截屏2022-01-28 23 06 12" src="https://user-images.githubusercontent.com/13482005/151570749-4b2679f5-dd9c-4ebc-96d6-0b9e2cc937ed.png"> ### _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.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1846 from link3280/improvement/new-issue-template. Closes #1846 65c944f [Paul Lin] Add checkboxes sections 05584f2 [Paul Lin] Add `improvement` issue template Authored-by: Paul Lin <paullin3280@gmail.com> Signed-off-by: Fei Wang <fwang12@ebay.com>
1 parent 8b389f2 commit a700211

File tree

1 file changed

+76
-0
lines changed

1 file changed

+76
-0
lines changed
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
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

Comments
 (0)