mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
[improvement][project]Adjust github issue forms.
This commit is contained in:
59
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
59
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -11,49 +11,28 @@ body:
|
|||||||
If it is an idea or help wanted, please go to:
|
If it is an idea or help wanted, please go to:
|
||||||
[Github Discussion](https://github.com/tencentmusic/supersonic/discussions)
|
[Github Discussion](https://github.com/tencentmusic/supersonic/discussions)
|
||||||
|
|
||||||
- type: checkboxes
|
- type: input
|
||||||
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Search before asking
|
label: SuperSonic version
|
||||||
description: >
|
description: Please tell us which version you are using.
|
||||||
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
|
placeholder: "0.9.8"
|
||||||
whether the same issue was reported already.
|
validations:
|
||||||
options:
|
required: true
|
||||||
- label: >
|
|
||||||
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
|
|
||||||
issues.
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
|
id: organization
|
||||||
attributes:
|
attributes:
|
||||||
label: Version
|
label: Your organization
|
||||||
description: What is the current version
|
description: Please tell us your organization so that we can provide you better support and advice.
|
||||||
placeholder: >
|
placeholder: "TME..."
|
||||||
Please provide the version you are using.
|
|
||||||
If it is the trunk version, please input commit id.
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: What's Wrong?
|
label: Description
|
||||||
description: Describe the bug.
|
description: Describe the bug you met.
|
||||||
placeholder: >
|
|
||||||
Describe the specific problem, the more detailed the better.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: How to Reproduce?
|
|
||||||
placeholder: >
|
|
||||||
Please try to give reproducing steps to facilitate quick location of the problem.
|
|
||||||
|
|
||||||
- What actions were performed
|
|
||||||
- Table building statement
|
|
||||||
- Import statement
|
|
||||||
- Cluster information: number of nodes, configuration, etc.
|
|
||||||
|
|
||||||
If it is hard to reproduce, please also explain the general scene.
|
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -64,16 +43,6 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: Yes I am willing to submit a PR!
|
- label: Yes I am willing to submit a PR!
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Code of Conduct
|
|
||||||
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
|
|
||||||
options:
|
|
||||||
- label: >
|
|
||||||
I agree to follow this project's
|
|
||||||
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "Thanks for completing our form!"
|
value: "Thanks for completing our form!"
|
||||||
|
|||||||
34
.github/ISSUE_TEMPLATE/enhancement_request.yml
vendored
34
.github/ISSUE_TEMPLATE/enhancement_request.yml
vendored
@@ -8,30 +8,20 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thank you very much for your good enhancement for SuperSonic.
|
Thank you very much for your good enhancement for SuperSonic.
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Search before asking
|
|
||||||
description: >
|
|
||||||
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
|
|
||||||
whether the same issue was reported already.
|
|
||||||
options:
|
|
||||||
- label: >
|
|
||||||
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
|
|
||||||
issues.
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe the enhancement what you want, including motivation if it exists.
|
description: Describe the enhancement what you want, including motivation if it exists.
|
||||||
|
|
||||||
- type: textarea
|
- type: input
|
||||||
|
id: organization
|
||||||
attributes:
|
attributes:
|
||||||
label: Solution
|
label: Your organization
|
||||||
placeholder: >
|
description: Please tell us your organization so that we can provide you better support and advice.
|
||||||
Add overview of proposed solution.
|
placeholder: "TME..."
|
||||||
|
validations:
|
||||||
Add related materials like links if they exist.
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
@@ -42,16 +32,6 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: Yes I am willing to submit a PR!
|
- label: Yes I am willing to submit a PR!
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Code of Conduct
|
|
||||||
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
|
|
||||||
options:
|
|
||||||
- label: >
|
|
||||||
I agree to follow this project's
|
|
||||||
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: "Thanks for completing our form!"
|
value: "Thanks for completing our form!"
|
||||||
|
|||||||
33
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
33
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -8,23 +8,20 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Thank you very much for your good ideas and suggestions for SuperSonic
|
Thank you very much for your good ideas and suggestions for SuperSonic
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Search before asking
|
|
||||||
description: >
|
|
||||||
Please make sure to search in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) first to see
|
|
||||||
whether the same issue was reported already.
|
|
||||||
options:
|
|
||||||
- label: >
|
|
||||||
I had searched in the [issues](https://github.com/tencentmusic/supersonic/issues?q=is%3Aissue) and found no similar
|
|
||||||
issues.
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Description
|
label: Description
|
||||||
description: Describe your ideas and needs.
|
description: Describe your ideas and needs.
|
||||||
|
|
||||||
|
- type: input
|
||||||
|
id: organization
|
||||||
|
attributes:
|
||||||
|
label: Your organization
|
||||||
|
description: Please tell us your organization so that we can provide you better support and advice.
|
||||||
|
placeholder: "TME..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you willing to submit PR?
|
label: Are you willing to submit PR?
|
||||||
@@ -34,16 +31,4 @@ body:
|
|||||||
options:
|
options:
|
||||||
- label: Yes I am willing to submit a PR!
|
- label: Yes I am willing to submit a PR!
|
||||||
|
|
||||||
- type: checkboxes
|
|
||||||
attributes:
|
|
||||||
label: Code of Conduct
|
|
||||||
description: The Code of Conduct helps create a safe space for everyone. We require that everyone agrees to it.
|
|
||||||
options:
|
|
||||||
- label: >
|
|
||||||
I agree to follow this project's
|
|
||||||
[Code of Conduct](https://www.apache.org/foundation/policies/conduct)
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: "Thanks for completing our form!"
|
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/question_request.yml
vendored
2
.github/ISSUE_TEMPLATE/question_request.yml
vendored
@@ -8,6 +8,7 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
## Ask a Question about SuperSonic
|
## Ask a Question about SuperSonic
|
||||||
Please provide a detailed description of your question or the clarification you seek regarding the SuperSonic project.
|
Please provide a detailed description of your question or the clarification you seek regarding the SuperSonic project.
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: describe-question
|
id: describe-question
|
||||||
attributes:
|
attributes:
|
||||||
@@ -16,6 +17,7 @@ body:
|
|||||||
placeholder: "Type your question here..."
|
placeholder: "Type your question here..."
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: organization
|
id: organization
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user