diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index 15e0df9d..00000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: "Bug report - Bug报告" -description: "Problems with the Sonic. Sonic的一些问题。" -title: "[Bug] " -labels: [ "bug" ] -body: - - type: markdown - attributes: - value: | - Thank you very much for your feedback! | 感谢您的反馈! - - type: checkboxes - attributes: - label: Search before asking - description: > - Please search [issues](https://github.com/SonicCloudOrg/sonic-server/issues) to check if your issue has already been reported. | 请在提问前在issue列表查询是否有重复的报告。 - options: - - label: > - I searched in the [issues](https://github.com/SonicCloudOrg/sonic-server/issues) and found nothing similar. | 我查找了并确认issue列表无相似报告。 - required: true - - type: textarea - attributes: - label: Sonic version - description: > - Please provide the version of Sonic you are using. If you are using the main branch, please provide the commit id or tag. | 请提供Sonic的版本号,如果是main分支,请提供commit id或者tag。 - validations: - required: true - - type: textarea - attributes: - label: Deploy platform - description: > - Please provide the platform you deploy to and its version. Windows 10, Macosx, Linux, etc. | 请提供部署的系统,如Windows 10, Macosx, Linux等等。 - validations: - required: true - - type: textarea - attributes: - label: Minimal reproduce step - description: Please try to give reproducing steps to facilitate quick location of the problem. | 请提供复现的步骤以便于我们排查。 - validations: - required: true - - type: checkboxes - attributes: - label: Are you willing to submit a PR? - description: > - We look forward to the community of developers or users helping solve Sonic problems together. If you are willing to submit a PR to fix this problem, please check the box. | 我们正寻找一同解决问题的开发者,如果您将提起PR修复这个问题,请勾选这个选项。 - options: - - label: I'm willing to submit a PR! | 我将发起PR! - - type: markdown - attributes: - value: "> Thanks for completing our form! | 感谢您完成了本表单!" diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 7305ec4d..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: "Sonic User Community - Sonic用户社区" - url: https://sonic-cloud.wiki/ - about: You can also communicate in the user community. 您也可以前往用户社区交流。