Skip to content

Commit 7540dd2

Browse files
authored
Update issue templates
1 parent 3308350 commit 7540dd2

File tree

5 files changed

+66
-6
lines changed

5 files changed

+66
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: hot bug
6-
assignees: ''
5+
labels: Hot Bug
6+
assignees: hirCodd
77

88
---
99

10+
**项目名称**
11+
e.g. springboot-mybatis
12+
13+
**项目文件名**
14+
e.g. UserDetailServiceImpl.java...
15+
1016
**问题描述**
1117
A clear and concise description of what the bug is.
1218

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: help wanted
5+
labels: Enhancement
66
assignees: ''
77

88
---
99

10-
**整合方案**
11-
your suggest.
10+
**项目名称**
11+
e.g. springboot-mybatis
12+
13+
**项目文件名**
14+
e.g. UserDetailServiceImpl.java...
1215

13-
** 整合意见**
16+
**修改方案**
1417
your suggest.
1518

1619
**目标**

.github/ISSUE_TEMPLATE/fix-bug.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Fix Bug
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: Fix Bug
6+
assignees: ''
7+
8+
---
9+
10+
**项目名称**
11+
e.g. springboot-mybatis
12+
13+
**项目文件名**
14+
e.g. UserDetailServiceImpl.java...
15+
16+
**代码**
17+
the position of code
18+
19+
**为何产生bug**
20+
why?
21+
22+
**Bug修复说明**
23+
e.g. your suggest.

.github/ISSUE_TEMPLATE/helpwanted.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: helpwanted
3+
about: what do you want?
4+
title: ''
5+
labels: Help Wanted
6+
assignees: ''
7+
8+
---
9+
10+
**项目名称**
11+
e.g. springboot-mybatis
12+
13+
**项目文件名**
14+
e.g. UserDetailServiceImpl.java...
15+
16+
**疑问**
17+
e.g. about redis

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: you question
4+
title: ''
5+
labels: Question
6+
assignees: ''
7+
8+
---
9+
10+
**问题**
11+
e.g. your question:关于logback彩色日志配置

0 commit comments

Comments
 (0)