Skip to content

Commit 4dca6ee

Browse files
committed
[improvement][project]Adjust github issue forms.
1 parent 642d6a0 commit 4dca6ee

File tree

4 files changed

+30
-94
lines changed

4 files changed

+30
-94
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -11,49 +11,28 @@ body:
1111
If it is an idea or help wanted, please go to:
1212
[Github Discussion](https://github.com/tencentmusic/supersonic/discussions)
1313
14-
- type: checkboxes
14+
- type: input
15+
id: version
1516
attributes:
16-
label: Search before asking
17-
description: >
18-
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
19-
whether the same issue was reported already.
20-
options:
21-
- label: >
22-
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
23-
issues.
24-
required: true
25-
26-
- type: textarea
27-
attributes:
28-
label: Version
29-
description: What is the current version
30-
placeholder: >
31-
Please provide the version you are using.
32-
If it is the trunk version, please input commit id.
17+
label: SuperSonic version
18+
description: Please tell us which version you are using.
19+
placeholder: "0.9.8"
3320
validations:
3421
required: true
3522

36-
- type: textarea
23+
- type: input
24+
id: organization
3725
attributes:
38-
label: What's Wrong?
39-
description: Describe the bug.
40-
placeholder: >
41-
Describe the specific problem, the more detailed the better.
26+
label: Your organization
27+
description: Please tell us your organization so that we can provide you better support and advice.
28+
placeholder: "TME..."
4229
validations:
4330
required: true
4431

4532
- type: textarea
4633
attributes:
47-
label: How to Reproduce?
48-
placeholder: >
49-
Please try to give reproducing steps to facilitate quick location of the problem.
50-
51-
- What actions were performed
52-
- Table building statement
53-
- Import statement
54-
- Cluster information: number of nodes, configuration, etc.
55-
56-
If it is hard to reproduce, please also explain the general scene.
34+
label: Description
35+
description: Describe the bug you met.
5736

5837
- type: checkboxes
5938
attributes:
@@ -64,16 +43,6 @@ body:
6443
options:
6544
- label: Yes I am willing to submit a PR!
6645

67-
- type: checkboxes
68-
attributes:
69-
label: Code of Conduct
70-
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
71-
options:
72-
- label: >
73-
I agree to follow this project's
74-
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
75-
required: true
76-
7746
- type: markdown
7847
attributes:
7948
value: "Thanks for completing our form!"

.github/ISSUE_TEMPLATE/enhancement_request.yml

Lines changed: 7 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,20 @@ body:
88
attributes:
99
value: |
1010
Thank you very much for your good enhancement for SuperSonic.
11-
- type: checkboxes
12-
attributes:
13-
label: Search before asking
14-
description: >
15-
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
16-
whether the same issue was reported already.
17-
options:
18-
- label: >
19-
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
20-
issues.
21-
required: true
2211
2312
- type: textarea
2413
attributes:
2514
label: Description
2615
description: Describe the enhancement what you want, including motivation if it exists.
2716

28-
- type: textarea
17+
- type: input
18+
id: organization
2919
attributes:
30-
label: Solution
31-
placeholder: >
32-
Add overview of proposed solution.
33-
34-
Add related materials like links if they exist.
20+
label: Your organization
21+
description: Please tell us your organization so that we can provide you better support and advice.
22+
placeholder: "TME..."
23+
validations:
24+
required: true
3525

3626
- type: checkboxes
3727
attributes:
@@ -42,16 +32,6 @@ body:
4232
options:
4333
- label: Yes I am willing to submit a PR!
4434

45-
- type: checkboxes
46-
attributes:
47-
label: Code of Conduct
48-
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
49-
options:
50-
- label: >
51-
I agree to follow this project's
52-
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
53-
required: true
54-
5535
- type: markdown
5636
attributes:
5737
value: "Thanks for completing our form!"

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,20 @@ body:
88
value: |
99
Thank you very much for your good ideas and suggestions for SuperSonic
1010
11-
- type: checkboxes
12-
attributes:
13-
label: Search before asking
14-
description: >
15-
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
16-
whether the same issue was reported already.
17-
options:
18-
- label: >
19-
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
20-
issues.
21-
required: true
22-
2311
- type: textarea
2412
attributes:
2513
label: Description
2614
description: Describe your ideas and needs.
2715

16+
- type: input
17+
id: organization
18+
attributes:
19+
label: Your organization
20+
description: Please tell us your organization so that we can provide you better support and advice.
21+
placeholder: "TME..."
22+
validations:
23+
required: true
24+
2825
- type: checkboxes
2926
attributes:
3027
label: Are you willing to submit PR?
@@ -34,16 +31,4 @@ body:
3431
options:
3532
- label: Yes I am willing to submit a PR!
3633

37-
- type: checkboxes
38-
attributes:
39-
label: Code of Conduct
40-
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
41-
options:
42-
- label: >
43-
I agree to follow this project's
44-
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
45-
required: true
4634

47-
- type: markdown
48-
attributes:
49-
value: "Thanks for completing our form!"

.github/ISSUE_TEMPLATE/question_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ body:
88
value: |
99
## Ask a Question about SuperSonic
1010
Please provide a detailed description of your question or the clarification you seek regarding the SuperSonic project.
11+
1112
- type: textarea
1213
id: describe-question
1314
attributes:
@@ -16,6 +17,7 @@ body:
1617
placeholder: "Type your question here..."
1718
validations:
1819
required: true
20+
1921
- type: input
2022
id: organization
2123
attributes:

0 commit comments

Comments
 (0)