From 6730dfc3f9d122d30eebb4ca8c5c507ea541c3c4 Mon Sep 17 00:00:00 2001 From: meystack Date: Sat, 17 Jun 2023 08:53:50 +0000 Subject: [PATCH 1/3] add .gitee/ISSUE_TEMPLATE/config.yaml. Signed-off-by: meystack --- .gitee/ISSUE_TEMPLATE/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yaml diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 0000000..bd6da05 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Gitee 帮助中心 + url: https://help.gitee.com/ + about: 提供 Git 使用指南、教程、Gitee.com 平台基本功能使用、介绍和常见问题解答 \ No newline at end of file From 1989811eea53f5c6880cd1895d75a9f7b3da99a8 Mon Sep 17 00:00:00 2001 From: meystack Date: Sat, 17 Jun 2023 08:56:37 +0000 Subject: [PATCH 2/3] add .gitee/ISSUE_TEMPLATE/bug.yml. Signed-off-by: meystack --- .gitee/ISSUE_TEMPLATE/bug.yml | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/bug.yml diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..0f27521 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,40 @@ +name: 问题反馈 +description: 使用 SwiftAdmin 过程中遇到的 Bug、异常或其他困惑。 +title: "" +labels: ["bug"] +body: + - type: markdown + attributes: + value: | + 在反馈问题之前,请确保: + - 您已查看官方使用文档:**https://doc.swiftadmin.net** ,但没有找到相关解决方案。 + - 您已在 Issues 中搜索过类似的问题,但没有找到相关解决方案。 + - type: input + attributes: + label: 版本号 + placeholder: 请提供您所使用的 SwiftAdmin 版本号 + validations: + required: true + - type: textarea + attributes: + label: 问题描述 + placeholder: 请提供尽可能详细的问题描述和具体操作步骤等信息,以便我们也能够更轻松地将问题复现。 + validations: + required: true + - type: textarea + attributes: + label: 业务代码 + placeholder: 请提供与该问题对应的业务代码片段,以便我们更好地排查问题。 + render: html + validations: + required: true + - type: textarea + attributes: + label: 截图补充 + placeholder: 若上述无法准确地表述问题,可提供必要的截图(支持粘贴上传) + - type: checkboxes + attributes: + label: 友好承诺 + options: + - label: 我承诺将本着相互尊重、理解和友善的态度进行交流,共同维护 SwiftAdmin 良好的社区氛围。 + required: true \ No newline at end of file From fb426c243a9ab2d01df645c03065e7d19ef1a895 Mon Sep 17 00:00:00 2001 From: meystack Date: Sat, 17 Jun 2023 08:57:29 +0000 Subject: [PATCH 3/3] add .gitee/ISSUE_TEMPLATE/feature.yml. Signed-off-by: meystack --- .gitee/ISSUE_TEMPLATE/feature.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/feature.yml diff --git a/.gitee/ISSUE_TEMPLATE/feature.yml b/.gitee/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..db7c0ab --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,19 @@ +name: 功能建议 +description: 对 SwiftAdminPro 提出您的宝贵建议。😄 +title: "" +labels: ["enhancement"] +body: + - type: textarea + id: related-problem + attributes: + label: 建议内容 + placeholder: 阐述提出该建议的出发点。 + validations: + required: true + - type: textarea + id: desired-solution + attributes: + label: 解决方案 + placeholder: 您希望看到什么样的解决方案? + validations: + required: true \ No newline at end of file