diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE deleted file mode 100644 index 691ce34..0000000 --- a/.github/ISSUE_TEMPLATE +++ /dev/null @@ -1,13 +0,0 @@ -**注意:github 上的少,可能响应不够及时,建议 gitee 上发起** - -Please answer some questions before submitting your issue. Thanks! - -### Which version do you using(使用的哪个版本)? - -### Expected behavior(预期的效果) - -### Actual behavior(实际的效果) - -### Steps to reproduce the behavior(重现步骤) - -### Other information(其他信息) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..261facf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: SpringBlade 官方网站! + url: https://bladex.cn + about: BladeX企业级开发平台!!! + - name: SpringBlade 社区! + url: https://sns.bladex.cn + about: SpringBlade 技术社区!!! diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml new file mode 100644 index 0000000..a32ac7e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -0,0 +1,17 @@ +name: "问题咨询|反馈" +description: "请尽可能详细的描述问题,提供足够的上下文" +labels: ["question"] +body: + - type: input + id: version + attributes: + label: blade-tool 版本 + validations: + required: true + - type: textarea + id: desired-solution + attributes: + label: 问题描述(具体模块、使用场景和异常,注意:描述不清一句话问题直接关闭) + description: 详细问题,具体模块、使用场景和异常,提供相应截图和日志 + validations: + required: true diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a46b588 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "maven" + target-branch: "dev" # 更新到 dev 分支 + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: ":arrow_up:" # 提交信息前缀 diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/pull_request_template.md similarity index 99% rename from .github/PULL_REQUEST_TEMPLATE rename to .github/pull_request_template.md index 6b664de..7dcc27e 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/pull_request_template.md @@ -9,7 +9,6 @@ - [ ] Build-related changes(与构建相关的更改) - [ ] Other, please describe(其他,请说明): - **The description of the PR(PR描述):**