📝 调整 issues 模板

This commit is contained in:
卢春梦 2025-03-04 09:17:10 +08:00
parent e360b0b916
commit 67e3dfbf68
5 changed files with 39 additions and 14 deletions

View File

@ -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其他信息

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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 技术社区!!!

17
.github/ISSUE_TEMPLATE/issue.yml vendored Normal file
View File

@ -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

14
.github/dependabot.yml vendored Normal file
View File

@ -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:" # 提交信息前缀

View File

@ -9,7 +9,6 @@
- [ ] Build-related changes与构建相关的更改
- [ ] Other, please describe其他请说明:
**The description of the PRPR描述:**