diff --git a/.gitee/ISSUE_TEMPLATE.zh-CN.md b/.gitee/ISSUE_TEMPLATE.zh-CN.md new file mode 100644 index 0000000..59a9fc0 --- /dev/null +++ b/.gitee/ISSUE_TEMPLATE.zh-CN.md @@ -0,0 +1,15 @@ +### 当前使用版本(必填,否则不予处理) + + + +### 该问题是如何引起的?(确定最新版也有问题再提!!!) + + + +### 重现步骤(如果有就写完整) + + + +### 报错信息 + + diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md new file mode 100644 index 0000000..061a184 --- /dev/null +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -0,0 +1,15 @@ +### 该Pull Request关联的Issue + + + +### 修改描述 + + + +### 测试用例 + + + +### 修复效果的截屏 + + diff --git a/.github/ISSUE_TEMPLATE.zh-CN b/.github/ISSUE_TEMPLATE.zh-CN new file mode 100644 index 0000000..59a9fc0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.zh-CN @@ -0,0 +1,15 @@ +### 当前使用版本(必填,否则不予处理) + + + +### 该问题是如何引起的?(确定最新版也有问题再提!!!) + + + +### 重现步骤(如果有就写完整) + + + +### 报错信息 + + diff --git a/.github/PULL_REQUEST_TEMPLATE.zh-CN b/.github/PULL_REQUEST_TEMPLATE.zh-CN new file mode 100644 index 0000000..061a184 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.zh-CN @@ -0,0 +1,15 @@ +### 该Pull Request关联的Issue + + + +### 修改描述 + + + +### 测试用例 + + + +### 修复效果的截屏 + + diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..14fc3a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "daily"