diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d0c97c94e..d59f64dba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,49 +11,28 @@ body: If it is an idea or help wanted, please go to: [Github Discussion](https://github.com/tencentmusic/supersonic/discussions) - - type: checkboxes + - type: input + id: version 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 + label: SuperSonic version + description: Please tell us which version you are using. + placeholder: "0.9.8" + validations: + required: true - - type: textarea + - type: input + id: organization attributes: - label: Version - description: What is the current version - placeholder: > - Please provide the version you are using. - If it is the trunk version, please input commit id. + 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: textarea attributes: - label: What's Wrong? - description: Describe the bug. - 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. + label: Description + description: Describe the bug you met. - type: checkboxes attributes: @@ -64,16 +43,6 @@ body: options: - 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!" diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml b/.github/ISSUE_TEMPLATE/enhancement_request.yml index 482dce376..0d4cacbe1 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml @@ -8,30 +8,20 @@ body: attributes: value: | 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 attributes: label: Description description: Describe the enhancement what you want, including motivation if it exists. - - type: textarea + - type: input + id: organization attributes: - label: Solution - placeholder: > - Add overview of proposed solution. - - Add related materials like links if they exist. + 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 attributes: @@ -42,16 +32,6 @@ body: options: - 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!" diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 7730adbab..c9eb545c6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,23 +8,20 @@ body: value: | 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 attributes: label: Description 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 attributes: label: Are you willing to submit PR? @@ -34,16 +31,4 @@ body: options: - 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!" diff --git a/.github/ISSUE_TEMPLATE/question_request.yml b/.github/ISSUE_TEMPLATE/question_request.yml index 6a695673f..d00827851 100644 --- a/.github/ISSUE_TEMPLATE/question_request.yml +++ b/.github/ISSUE_TEMPLATE/question_request.yml @@ -8,6 +8,7 @@ body: value: | ## Ask a Question about SuperSonic Please provide a detailed description of your question or the clarification you seek regarding the SuperSonic project. + - type: textarea id: describe-question attributes: @@ -16,6 +17,7 @@ body: placeholder: "Type your question here..." validations: required: true + - type: input id: organization attributes: