From 5faf5f3ac402c3c3d78ad75a9a4e15e475694345 Mon Sep 17 00:00:00 2001 From: jerryjzhang Date: Fri, 20 Dec 2024 12:43:22 +0800 Subject: [PATCH] [improvement][project]Adjust github issue forms. --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ----- .github/ISSUE_TEMPLATE/feature_request.yml | 11 ------ .github/ISSUE_TEMPLATE/question_request.yml | 44 +++------------------ 3 files changed, 6 insertions(+), 59 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 15fc6efff..d0c97c94e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,12 +42,6 @@ body: validations: required: true - - type: textarea - attributes: - label: What You Expected? - validations: - required: true - - type: textarea attributes: label: How to Reproduce? @@ -61,10 +55,6 @@ body: If it is hard to reproduce, please also explain the general scene. - - type: textarea - attributes: - label: Anything Else? - - type: checkboxes attributes: label: Are you willing to submit PR? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index dd4312fd2..7730adbab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -25,17 +25,6 @@ body: label: Description description: Describe your ideas and needs. - - type: textarea - attributes: - label: Use case - placeholder: > - What problem does this feature mainly solve, or what scenarios it is suitable for. - - - type: textarea - attributes: - label: Related issues - description: Is there currently another issue associated with this? - - type: checkboxes attributes: label: Are you willing to submit PR? diff --git a/.github/ISSUE_TEMPLATE/question_request.yml b/.github/ISSUE_TEMPLATE/question_request.yml index b02b5fcf4..6a695673f 100644 --- a/.github/ISSUE_TEMPLATE/question_request.yml +++ b/.github/ISSUE_TEMPLATE/question_request.yml @@ -16,43 +16,11 @@ body: placeholder: "Type your question here..." validations: required: true - - type: textarea - id: additional-context + - type: input + id: organization attributes: - label: Provide any additional context or information - description: If your question is related to a specific part of the SuperSonic project or if you have already looked through certain documentation, please provide that information here. - placeholder: "Add context here..." + label: Your organization + description: Please tell us your organization so that we can provide you better support and advice. + placeholder: "TME..." validations: - required: false - - type: textarea - id: tried-to-resolve - attributes: - label: What have you tried to resolve your question - description: Let us know what you have done to try and understand or resolve your question. This can help us provide you with the most useful guidance. - placeholder: "I've already tried..." - validations: - required: false - - type: textarea - id: environment - attributes: - label: Your environment - description: Share details about your environment to help us reproduce the issue. Include your operating system, version of SuperSonic, and any other relevant details. - placeholder: "OS, SuperSonic version, etc..." - validations: - required: false - - type: textarea - id: screenshots-logs - attributes: - label: Screenshots or Logs - description: If applicable, add screenshots or logs to help explain your problem. - placeholder: "Paste your logs or attach screenshots here..." - validations: - required: false - - type: textarea - id: additional-information - attributes: - label: Additional information - description: Add any other context or details you think might be helpful for understanding your question. - placeholder: "Any other information..." - validations: - required: false \ No newline at end of file + required: true \ No newline at end of file