diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index dd84ea78..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 3b48e0cc..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,65 +0,0 @@ -name: Bug report -description: 反馈问题 -labels: bug -body: -- type: input - id: issue_link - attributes: - label: "可复现的链接:" - description: "一个最小化的重现示例能让我们精确地定位问题,从而快速解决问题。" - validations: - required: true -- type: textarea - id: issue_describe - attributes: - label: "问题描述与截图:" - validations: - required: true -- type: markdown - attributes: - value: "在发布问题之前,请先查阅[最新文档](https://vxeui.com/)确保使用的是最新版本,并仔细阅读所填写的步骤,以确保是详细和清晰的。" -- type: input - id: issue_expect - attributes: - label: "期望的结果:" -- type: input - id: issue_os_version - attributes: - label: "操作系统:" - placeholder: "例如:window10" - validations: - required: true -- type: input - id: issue_browser_version - attributes: - label: "浏览器版本:" - placeholder: "例如:chrome 95.0.4638.69" - validations: - required: true -- type: input - id: issue_vue_version - attributes: - label: "vue 版本:" - placeholder: "例如:3.4.27" - validations: - required: true -- type: input - id: issue_vxe_ui_version - attributes: - label: "vxe-pc-ui 版本:" - placeholder: "例如:4.0.49" - validations: - required: true -- type: input - id: issue_vxe_table_version - attributes: - label: "vxe-table 版本:" - placeholder: "例如:4.7.45" - validations: - required: true -- type: checkbox - id: issue_confirm_latest_version - attributes: - label: "我已确认是使用当前的最新版本,如果不是最新版本,请先更新最新版本之后再提!" - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 138aac88..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Feature request -description: 功能需求 -labels: enhancement -body: -- type: textarea - id: issue_describe - attributes: - label: "这个需求解决了什么问题:" - validations: - required: true -- type: markdown - attributes: - value: "请先查阅[最新文档](https://vxeui.com/),确定该功能是否已有实现" -- type: textarea - id: issue_api_describe - attributes: - label: "建议的 API 是什么样的:" -- type: markdown - attributes: - value: "描述一下希望该功能如何调用" -- type: textarea - id: issue_alternative_solution - attributes: - label: "是否已有其他不错的替代方案:" -- type: markdown - attributes: - value: "如果有其他已实现的方案,可以通过链接或截图描述一下" -- type: checkbox - id: issue_confirm_latest_version - attributes: - label: "我已确认是使用当前的最新版本,如果不是最新版本,请先更新最新版本之后再提!" - validations: - required: true