Skip to content

Commit c0fcebe

Browse files
committed
add template
1 parent 5f0c4eb commit c0fcebe

File tree

3 files changed

+127
-0
lines changed

3 files changed

+127
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: "Bug Report \U0001F41B"
3+
about: 创建 Bug 报告以帮助我们改进 / Create a report to help us improve
4+
title: "\U0001F41B[BUG] 请输入标题(Please enter a title)"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
发布前请先尝试在 Issues 内搜索一下你的问题是否已经被提出过,
12+
详细地描述 bug,让大家都能理解,请一定确定你所要发布的内容是一个 Bug,如果不确定请发 Question
13+
别忘了填写标题,标题要简短的描述问题
14+
Before posting, please try searching in Issues to see if your question has already been asked,
15+
Describe the bug in detail so that everyone can understand it
16+
Don't forget to fill in the title, which should briefly describe the problem
17+
-->
18+
19+
### 🐛 描述(Description)
20+
<!--
21+
详细的描述该问题
22+
Describe the problem in detail
23+
-->
24+
25+
26+
### 📷 复现步骤(Steps to Reproduce)
27+
28+
<!--
29+
清晰描述复现步骤,让别人也能看到问题
30+
确保上述步骤尽可能能够在大多数设备上 100% 复现,以便定位问题原因
31+
Clearly describe the reproduction steps so that others can see the problem
32+
Ensure that the above steps can be reproduced 100% on most devices as far as possible in order to locate the cause of the problem
33+
-->
34+
1.
35+
2.
36+
3.
37+
38+
### 📄 日志信息(Log Information)
39+
<!--
40+
41+
```
42+
你的日志内容
43+
Your log content
44+
```
45+
46+
-->
47+
48+
### 🚑 基本信息(Basic Information)
49+
50+
- 库版本(Library Version):
51+
- 系统版本号(OS Version): <!-- example Windows 10.19042.844(see winver) / macOS Monterey 12 / Ubuntu 20.04.2 LTS -->
52+
53+
### 🖼 截图(Screenshots)
54+
55+
<!--
56+
截图可以贴在这里
57+
Screenshots can be posted here
58+
-->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "Question \U0001F9D0"
3+
about: 对库使用的疑问或需要帮助 / Questions about the use of the library or need help
4+
title: "\U0001F9D0[Question] 请输入标题(Please enter a title)"
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+
<!--
11+
发布前请先尝试在 Issuse 内搜索一下你的 Question 是否已经被提出过,
12+
别忘了填写标题,标题要简短的描述 Question
13+
Before publishing, please try to search in issue to see if your question has been proposed,
14+
Don't forget to fill in the title, which should briefly describe the question
15+
-->
16+
17+
### 🧐 问题描述(Description)
18+
19+
<!--
20+
详细地描述 Question,让大家都能理解
21+
Describe the question in detail so that everyone can understand it
22+
-->
23+
24+
### 🚑 其他信息(Other Information)
25+
26+
<!--
27+
如截图等其他信息可以贴在这里
28+
Other information such as screenshots can be posted here
29+
-->
30+
31+
- 库版本(Library Version):
32+
- 系统版本号(OS Version): <!-- example Windows 10.19042.844(see winver) / macOS Monterey 12 / Ubuntu 20.04.2 LTS -->

.github/dependabot.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# To get started with Dependabot version updates, you'll need to specify which
2+
# package ecosystems to update and where the package manifests are located.
3+
# Please see the documentation for all configuration options:
4+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+
version: 2
7+
updates:
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
time: "07:00"
13+
timezone: "Asia/Shanghai"
14+
labels:
15+
- "automatic"
16+
open-pull-requests-limit: 99
17+
- package-ecosystem: "nuget"
18+
directory: "/"
19+
schedule:
20+
interval: "daily"
21+
time: "07:15"
22+
timezone: "Asia/Shanghai"
23+
labels:
24+
- "automatic"
25+
- "dependencies"
26+
- ".NET"
27+
open-pull-requests-limit: 99
28+
- package-ecosystem: "gitsubmodule"
29+
directory: "/"
30+
schedule:
31+
interval: "daily"
32+
time: "07:30"
33+
timezone: "Asia/Shanghai"
34+
labels:
35+
- "automatic"
36+
- "dependencies"
37+
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)