diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md new file mode 100644 index 00000000..5abe9d74 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -0,0 +1,11 @@ +# 版本信息 (必填): +当前使用的版本(必填):2.0.X 或其它 +JDK 版本(必填) : JDK 8 或其他一定写明至具体的小版本号 + +# 问题描述: + +# 报错截图 + +# 日志信息 + +# 重现步骤 diff --git a/.gitee/ISSUE_TEMPLATE/bug.yaml b/.gitee/ISSUE_TEMPLATE/bug.yml similarity index 77% rename from .gitee/ISSUE_TEMPLATE/bug.yaml rename to .gitee/ISSUE_TEMPLATE/bug.yml index 314dd3cd..8e20559d 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yaml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -7,23 +7,23 @@ body: attributes: value: | 感谢对项目的支持与关注。在提出问题之前,请确保您已查看相关开发或使用文档: - - https://wind.kim + - https://www.herodotus - type: checkboxes attributes: label: 这个问题是否已经存在? options: - - label: 我已经搜索过现有的问题 (https://gitee.com/../../issues) - required: false + - label: 我已经搜索过现有的问题 (https://gitee.com/dromara/dante-cloud/issues) + required: true - type: textarea attributes: label: 如何复现 description: 请详细告诉我们如何复现你遇到的问题,如涉及代码,可提供一个最小代码示例,并使用反引号```附上它 - placeholder: | + placeholder: | 1. ... 2. ... 3. ... validations: - required: false + required: true - type: textarea attributes: label: 预期结果 @@ -36,33 +36,19 @@ body: description: 请告诉我们实际发生了什么。 validations: required: true - - type: textarea - attributes: - label: 错误堆栈 - description: 请将完整的错误堆栈抹去敏感信息后告诉我们。 - validations: - required: true - type: textarea attributes: label: 截图或视频 description: 如果可以的话,上传任何关于 bug 的截图。 value: | [在这里上传图片] - validations: - required: true - type: dropdown id: version attributes: label: 版本 description: 你当前正在使用我们软件的哪个版本/分支? options: - - 1.0.2 - - 1.0.3 - - 1.0.4 - - 2.0.0 - - 2.0.1 - - 2.0.2 - - 2.0.3 - - 2.1.0 + - 3.1.X + - 2.7.X validations: required: true \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yaml b/.gitee/ISSUE_TEMPLATE/config.yaml deleted file mode 100644 index 428787f1..00000000 --- a/.gitee/ISSUE_TEMPLATE/config.yaml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: sms4j官方文档 - url: https://wind.kim - about: 提供 sms4j 使用指南、教程、基本功能使用、介绍和常见问题解答 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..b1a2d68a --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: sms4j文档中心 + url: https://wind.kim + about: 提供 sms4j 搭建使用指南、平台基本开发使用方式、介绍、基础知识和常见问题解答 \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/feature.yaml b/.gitee/ISSUE_TEMPLATE/feature.yml similarity index 87% rename from .gitee/ISSUE_TEMPLATE/feature.yaml rename to .gitee/ISSUE_TEMPLATE/feature.yml index e8038a91..4d7f037e 100644 --- a/.gitee/ISSUE_TEMPLATE/feature.yaml +++ b/.gitee/ISSUE_TEMPLATE/feature.yml @@ -1,12 +1,12 @@ name: 功能建议 -description: 对sms4j提出一个功能建议 +description: 对本项目提出一个功能建议 title: "[功能建议]: " labels: ["enhancement"] body: - type: markdown attributes: value: | - 感谢提出功能建议,我们将仔细考虑!如果你的建议被选中,我们将会有成员进行认领,并标记为进行中 + 感谢提出功能建议,我们将仔细考虑! - type: textarea id: related-problem attributes: diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 00000000..5a6fadd0 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,10 @@ +### 相关的Issue + + +### 原因(目的、解决的问题等) + + +### 描述(做了什么,变更了什么) + + +### 测试用例(新增、改动、可能影响的功能) \ No newline at end of file