mirror of
https://github.com/chillzhuang/blade-tool
synced 2025-03-12 16:47:25 +08:00
📝 调整 issues 模板
This commit is contained in:
parent
e360b0b916
commit
67e3dfbf68
13
.github/ISSUE_TEMPLATE
vendored
13
.github/ISSUE_TEMPLATE
vendored
@ -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
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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
17
.github/ISSUE_TEMPLATE/issue.yml
vendored
Normal 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
14
.github/dependabot.yml
vendored
Normal 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:" # 提交信息前缀
|
@ -9,7 +9,6 @@
|
||||
- [ ] Build-related changes(与构建相关的更改)
|
||||
- [ ] Other, please describe(其他,请说明):
|
||||
|
||||
|
||||
**The description of the PR(PR描述):**
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user