From c7974c3ddfd65086b912887f91b1c43bf03a4689 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 30 Jul 2023 11:36:43 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Bug=20?= =?UTF-8?q?=E5=8F=8D=E9=A6=88=20Issue=20=E8=A1=A8=E5=8D=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/bug.yml | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 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 00000000..03139b31 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,46 @@ +name: Bug 反馈 +description: 当您在代码中发现了一个 Bug,导致应用崩溃或抛出异常,或者有一个组件存在问题,或者某些地方看起来不对劲。 +title: "[Bug]: " +labels: [ "bug" ] +body: + - type: checkboxes + attributes: + label: 这个 Bug 是否已经存在: + options: + - label: 我已经搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) + required: true + - type: textarea + attributes: + label: 如何复现: + description: 请详细告诉我们如何复现您遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 + placeholder: | + 1. ... + 2. ... + 3. ... + validations: + required: true + - type: textarea + attributes: + label: 预期结果: + description: 请告诉我们您预期会发生什么。 + validations: + required: true + - type: textarea + attributes: + label: 实际结果: + description: 请告诉我们实际发生了什么。 + validations: + required: true + - type: textarea + attributes: + label: 截图或视频: + description: 如果可以的话,上传任何关于 Bug 的截图。 + value: | + [在这里上传图片] + - type: input + id: version + attributes: + label: 关联版本: + description: 您当前正在使用我们框架的哪个版本? + validations: + required: true -- Gitee From 7148d164ac288ac7a685669f0f2b36de5b915ee3 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 30 Jul 2023 11:36:57 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=BB=BA=E8=AE=AE=20Issue=20=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/feature.yml | 37 +++++++++++++++++++++++++++++++ 1 file changed, 37 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 00000000..28cf8c92 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,37 @@ +name: 功能建议 +description: 对本项目提出一个功能建议 +title: "[功能建议]: " +labels: [ "enhancement" ] +body: + - type: markdown + attributes: + value: | + 感谢您提出的功能建议,我们将仔细考虑! + - type: textarea + id: related-problem + attributes: + label: 您的功能建议是否和某个问题相关: + description: 清晰并简洁地描述问题是什么,例如,当我...时,我总是感到困扰。 + validations: + required: false + - type: textarea + id: desired-solution + attributes: + label: 您希望看到什么解决方案: + description: 清晰并简洁地描述您希望发生的事情,可以使用代码示例更加清晰地表述。 + validations: + required: true + - type: textarea + id: alternatives + attributes: + label: 您考虑过哪些替代方案: + description: 清晰并简洁地描述您考虑过的任何替代解决方案或功能。 + validations: + required: false + - type: textarea + id: additional-context + attributes: + label: 您有哪些其他上下文或截图: + description: 在此处添加有关功能请求的任何其他上下文或截图。 + validations: + required: false -- Gitee From 994ed6e416224d117e9b53255885ed64ca51a7b3 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 30 Jul 2023 11:37:06 +0800 Subject: [PATCH 3/4] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=97=AE=E9=A2=98=20Issue=20=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/question.yml | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/question.yml diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml new file mode 100644 index 00000000..302ffab1 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -0,0 +1,37 @@ +name: 使用问题 +description: 对本项目的使用提出问题 +title: "[使用问题]: " +labels: [ "question" ] +body: + - type: markdown + attributes: + value: | + 感谢对项目的支持与关注。在提出问题之前,请确保您已查看相关使用文档或视频教程: + - [常见问题](https://mybatis-flex.com/zh/faq.html) + - [视频教程](https://mybatis-flex.com/zh/awesome-things.html#%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B) + - type: checkboxes + attributes: + label: 这个问题是否已经存在: + options: + - label: 我已经搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) + required: true + - type: textarea + id: question-description + attributes: + label: 使用时遇到的问题描述: + description: 清晰并简洁地描述使用当中的问题是什么,例如,我想实现...功能,如何去做? + validations: + required: true + - type: textarea + attributes: + label: 截图或视频: + description: 如果可以的话,上传任何关于问题的截图。 + value: | + [在这里上传图片] + - type: input + id: version + attributes: + label: 关联版本: + description: 您当前正在使用我们框架的哪个版本? + validations: + required: true -- Gitee From c7052e66d1d44ab53d389efff6f48261ccf4332d Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 30 Jul 2023 11:37:17 +0800 Subject: [PATCH 4/4] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Issue=20?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E9=85=8D=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitee/ISSUE_TEMPLATE/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitee/ISSUE_TEMPLATE/config.yml diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..856b9ddc --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,11 @@ +# 鼓励用户使用 Issue 模板(不允许用户创建空白 Issue) +blank_issues_enabled: false + +# 引导用户浏览相关文档 +contact_links: + - name: MyBatis-Flex 官网 + url: https://mybatis-flex.com/ + about: 查阅官网以获得基本功能使用、介绍和常见问题解答 + - name: MyBatis-Flex 视频教程 + url: https://mybatis-flex.com/zh/awesome-things.html#%E8%A7%86%E9%A2%91%E6%95%99%E7%A8%8B + about: 通过观看视频教程及评论区笔记了解问题并进行解决 -- Gitee