添加模板

This commit is contained in:
yulichang 2023-11-17 04:18:01 +08:00
parent ab27be7f81
commit 40006863f6
5 changed files with 71 additions and 0 deletions

View File

@ -0,0 +1,15 @@
### 当前使用版本(必填,否则不予处理)
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
### 重现步骤(如果有就写完整)
### 报错信息

View File

@ -0,0 +1,15 @@
### 该Pull Request关联的Issue
### 修改描述
### 测试用例
### 修复效果的截屏

15
.github/ISSUE_TEMPLATE.zh-CN vendored Normal file
View File

@ -0,0 +1,15 @@
### 当前使用版本(必填,否则不予处理)
### 该问题是如何引起的?(确定最新版也有问题再提!!!)
### 重现步骤(如果有就写完整)
### 报错信息

15
.github/PULL_REQUEST_TEMPLATE.zh-CN vendored Normal file
View File

@ -0,0 +1,15 @@
### 该Pull Request关联的Issue
### 修改描述
### 测试用例
### 修复效果的截屏

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

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